C# 클래스 DotNetWorkQueue.Configuration.TransportInitReceive

This class allows a transport to inject its dependencies into the root container.
This represents a transport that can receive messages.
상속: ITransportInitReceive
파일 보기 프로젝트 열기: blehnen/DotNetWorkQueue

공개 메소드들

메소드 설명
RegisterImplementations ( IContainer container, RegistrationTypes registrationType, string connection, string queue ) : void

Allows a transport to register its dependencies in the IoC container.

SetDefaultsIfNeeded ( IContainer container, RegistrationTypes registrationType, ConnectionTypes connectionType ) : void

Allows the transport to set default configuration settings or other values

SuppressWarningsIfNeeded ( IContainer container, RegistrationTypes registrationType ) : void

Allows a transport to suppress specific warnings for specific types if newed.

메소드 상세

RegisterImplementations() 공개 추상적인 메소드

Allows a transport to register its dependencies in the IoC container.
public abstract RegisterImplementations ( IContainer container, RegistrationTypes registrationType, string connection, string queue ) : void
container IContainer The container.
registrationType RegistrationTypes Type of the registration.
connection string The connection.
queue string The queue.
리턴 void

SetDefaultsIfNeeded() 공개 메소드

Allows the transport to set default configuration settings or other values
public SetDefaultsIfNeeded ( IContainer container, RegistrationTypes registrationType, ConnectionTypes connectionType ) : void
container IContainer The container.
registrationType RegistrationTypes Type of the registration.
connectionType ConnectionTypes Type of the requested connection.
리턴 void

SuppressWarningsIfNeeded() 공개 메소드

Allows a transport to suppress specific warnings for specific types if newed.
public SuppressWarningsIfNeeded ( IContainer container, RegistrationTypes registrationType ) : void
container IContainer The container.
registrationType RegistrationTypes Type of the registration.
리턴 void