C# 클래스 Quartz.Core.QuartzSchedulerResources

Contains all of the resources (IJobStore,IThreadPool, etc.) necessary to create a QuartzScheduler instance.
파일 보기 프로젝트 열기: quartznet/quartznet 1 사용 예제들

공개 메소드들

메소드 설명
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