C# Class DotNetWorkQueue.JobScheduler.JobSchedulerInit

Allows a scheduler or task factory to be created
Inheritance: DotNetWorkQueue.Configuration.TransportInitReceive
Exibir arquivo Open project: blehnen/DotNetWorkQueue Class Usage Examples

Public Methods

Method Description
RegisterImplementations ( IContainer container, RegistrationTypes registrationType, string connection, string queue ) : void

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

Method Details

RegisterImplementations() public method

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.
return void