RemoteScheduler ClassQuartz.NET API Documentation
An implementation of the IScheduler interface that remotely proxies all method calls to the equivalent call on a given QuartzScheduler instance, via remoting or similar technology.
Inheritance Hierarchy

System Object
  Quartz.Impl RemoteScheduler

Namespace: Quartz.Impl
Assembly: Quartz (in Quartz.dll) Version: 2.2.1.400
Syntax

public class RemoteScheduler : IScheduler, 
	IDisposable
See Also