C# 클래스 NServiceBus.Transport.TransportDefinition

Defines a transport.
파일 보기 프로젝트 열기: Particular/NServiceBus

공개 메소드들

메소드 설명
Initialize ( SettingsHolder settings, string connectionString ) : TransportInfrastructure

Initializes all the factories and supported features for the transport. This method is called right before all features are activated and the settings will be locked down. This means you can use the SettingsHolder both for providing default capabilities as well as for initializing the transport's configuration based on those settings (the user cannot provide information anymore at this stage).

메소드 상세

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

Initializes all the factories and supported features for the transport. This method is called right before all features are activated and the settings will be locked down. This means you can use the SettingsHolder both for providing default capabilities as well as for initializing the transport's configuration based on those settings (the user cannot provide information anymore at this stage).
public abstract Initialize ( SettingsHolder settings, string connectionString ) : TransportInfrastructure
settings SettingsHolder An instance of the current settings.
connectionString string The connection string.
리턴 TransportInfrastructure