Method | Description | |
---|---|---|
GetQueueCreation ( QueueConnection queueConnection ) : TQueue |
Gets the requested module for creating a queue.
|
|
QueueCreationContainer ( ) : System |
Initializes a new instance of the QueueCreationContainer{T} class.
|
|
QueueCreationContainer ( Action registerService, Action setOptions = null ) : System |
Initializes a new instance of the QueueCreationContainer{T} class.
|
|
SetContainerFactory ( Func createContainer ) : void |
Sets the container creation function. This allows you to use your own IoC container, instead of the built in one.
|
public GetQueueCreation ( QueueConnection queueConnection ) : TQueue | ||
queueConnection | QueueConnection | Queue and connection information. |
return | TQueue |
public QueueCreationContainer ( Action registerService, Action setOptions = null ) : System | ||
registerService | Action | Override the default services. |
setOptions | Action | The options. |
return | System |
public static SetContainerFactory ( Func createContainer ) : void | ||
createContainer | Func | |
return | void |