Метод | Описание | |
---|---|---|
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. |
Результат | TQueue |
public QueueCreationContainer ( ) : System | ||
Результат | System |
public QueueCreationContainer ( Action registerService, Action setOptions = null ) : System | ||
registerService | Action | Override the default services. |
setOptions | Action | The options. |
Результат | System |
public static SetContainerFactory ( Func createContainer ) : void | ||
createContainer | Func | |
Результат | void |