C# Класс Quartz.Core.QuartzSchedulerResources

Contains all of the resources (IJobStore,IThreadPool, etc.) necessary to create a QuartzScheduler instance.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Описание методов

AddSchedulerPlugin() публичный Метод

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).
public AddSchedulerPlugin ( ISchedulerPlugin plugin ) : void
plugin ISchedulerPlugin
Результат void

GetUniqueIdentifier() публичный Метод

Gets the unique identifier.
public GetUniqueIdentifier ( ) : string
Результат string

GetUniqueIdentifier() публичный статический Метод

Gets the unique identifier.
public static GetUniqueIdentifier ( string schedName, string schedInstId ) : string
schedName string Name of the scheduler.
schedInstId string The scheduler instance id.
Результат string

QuartzSchedulerResources() публичный Метод

public QuartzSchedulerResources ( ) : System
Результат System