C# 클래스 DotNetWorkQueue.QueueCreationContainer

Creates a module for creating queues.
상속: BaseContainer
파일 보기 프로젝트 열기: blehnen/DotNetWorkQueue

공개 메소드들

메소드 설명
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