ISchedulerExporter Interface

Quartz.NET 3.0 API Documentation
Service interface for scheduler exporters.

Namespace:  Quartz.Spi
Assembly:  Quartz (in Quartz.dll) Version: 3.0.0
Syntax

C#
public interface ISchedulerExporter

The ISchedulerExporter type exposes the following members.

Methods

  NameDescription
Public methodBind
Binds (exports) scheduler to external context.
Public methodUnBind
Unbinds scheduler from external context.
Top
See Also

Reference