Метод | Описание | |
---|---|---|
AddSchedulerPlugin ( ISchedulerPlugin plugin ) : void |
Add the given ISchedulerPlugin for the QuartzScheduler to use. This method expects the plugin's "initialize" method to be invoked externally (either before or after this method is called).
|
|
GetUniqueIdentifier ( ) : string |
Gets the unique identifier.
|
|
GetUniqueIdentifier ( string schedName, string schedInstId ) : string |
Gets the unique identifier.
|
|
QuartzSchedulerResources ( ) : System |
public AddSchedulerPlugin ( ISchedulerPlugin plugin ) : void | ||
plugin | ISchedulerPlugin | |
Результат | void |
public static GetUniqueIdentifier ( string schedName, string schedInstId ) : string | ||
schedName | string | Name of the scheduler. |
schedInstId | string | The scheduler instance id. |
Результат | string |
public QuartzSchedulerResources ( ) : System | ||
Результат | System |