C# Class DotNetWorkQueue.Factory.WorkerNotificationFactory

Creates new instances of IWorkerNotification
Inheritance: IWorkerNotificationFactory
ファイルを表示 Open project: blehnen/DotNetWorkQueue

Public Methods

Method Description
Create ( ) : IWorkerNotification

Creates a new instance of IWorkerNotification

WorkerNotificationFactory ( IContainerFactory container ) : DotNetWorkQueue.Validation

Initializes a new instance of the WorkerNotificationFactory class.

Method Details

Create() public method

Creates a new instance of IWorkerNotification
public Create ( ) : IWorkerNotification
return IWorkerNotification

WorkerNotificationFactory() public method

Initializes a new instance of the WorkerNotificationFactory class.
public WorkerNotificationFactory ( IContainerFactory container ) : DotNetWorkQueue.Validation
container IContainerFactory The container.
return DotNetWorkQueue.Validation