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: 1.0.3.3
Syntax

public class RemoteScheduler : IScheduler
See Also