C# 클래스 DotNetWorkQueue.JobScheduler.JobSchedulerInit

Allows a scheduler or task factory to be created
상속: DotNetWorkQueue.Configuration.TransportInitReceive
파일 보기 프로젝트 열기: blehnen/DotNetWorkQueue 1 사용 예제들

공개 메소드들

메소드 설명
RegisterImplementations ( IContainer container, RegistrationTypes registrationType, string connection, string queue ) : void

Allows a transport to register its dependencies in the IoC container.

메소드 상세

RegisterImplementations() 공개 메소드

Allows a transport to register its dependencies in the IoC container.
public RegisterImplementations ( IContainer container, RegistrationTypes registrationType, string connection, string queue ) : void
container IContainer The container.
registrationType RegistrationTypes Type of the registration.
connection string The connection.
queue string The queue.
리턴 void