C# Класс DotNetWorkQueue.QueueCreationContainer

Creates a module for creating queues.
Наследование: BaseContainer
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

GetQueueCreation() публичный Метод

Gets the requested module for creating a queue.
public GetQueueCreation ( QueueConnection queueConnection ) : TQueue
queueConnection QueueConnection Queue and connection information.
Результат TQueue

QueueCreationContainer() публичный Метод

Initializes a new instance of the QueueCreationContainer{T} class.
public QueueCreationContainer ( ) : System
Результат System

QueueCreationContainer() публичный Метод

Initializes a new instance of the QueueCreationContainer{T} class.
public QueueCreationContainer ( Action registerService, Action setOptions = null ) : System
registerService Action Override the default services.
setOptions Action The options.
Результат System

SetContainerFactory() публичный статический Метод

Sets the container creation function. This allows you to use your own IoC container, instead of the built in one.
public static SetContainerFactory ( Func createContainer ) : void
createContainer Func
Результат void