C# 클래스 NServiceBus.Unicast.Transport.ServiceBroker.Config.ConfigServiceBrokerTransport

상속: Configure
파일 보기 프로젝트 열기: jdaigle/servicebroker.net 1 사용 예제들

공개 메소드들

메소드 설명
Configure ( Configure config ) : void

Wraps the given configuration object but stores the same builder and configurer properties.

ConnectionString ( string value ) : ConfigServiceBrokerTransport
ErrorService ( string value ) : ConfigServiceBrokerTransport
InputQueue ( string value ) : ConfigServiceBrokerTransport
IsolationLevel ( IsolationLevel value ) : ConfigServiceBrokerTransport
MaxRetries ( int value ) : ConfigServiceBrokerTransport
NumberOfWorkerThreads ( int value ) : ConfigServiceBrokerTransport
ReturnService ( string value ) : ConfigServiceBrokerTransport
SecondsToWaitForMessage ( int value ) : ConfigServiceBrokerTransport
TransactionTimeout ( System.TimeSpan value ) : ConfigServiceBrokerTransport
UseDistributedTransaction ( bool value ) : ConfigServiceBrokerTransport

메소드 상세

Configure() 공개 메소드

Wraps the given configuration object but stores the same builder and configurer properties.
public Configure ( Configure config ) : void
config Configure
리턴 void

ConnectionString() 공개 메소드

public ConnectionString ( string value ) : ConfigServiceBrokerTransport
value string
리턴 ConfigServiceBrokerTransport

ErrorService() 공개 메소드

public ErrorService ( string value ) : ConfigServiceBrokerTransport
value string
리턴 ConfigServiceBrokerTransport

InputQueue() 공개 메소드

public InputQueue ( string value ) : ConfigServiceBrokerTransport
value string
리턴 ConfigServiceBrokerTransport

IsolationLevel() 공개 메소드

public IsolationLevel ( IsolationLevel value ) : ConfigServiceBrokerTransport
value IsolationLevel
리턴 ConfigServiceBrokerTransport

MaxRetries() 공개 메소드

public MaxRetries ( int value ) : ConfigServiceBrokerTransport
value int
리턴 ConfigServiceBrokerTransport

NumberOfWorkerThreads() 공개 메소드

public NumberOfWorkerThreads ( int value ) : ConfigServiceBrokerTransport
value int
리턴 ConfigServiceBrokerTransport

ReturnService() 공개 메소드

public ReturnService ( string value ) : ConfigServiceBrokerTransport
value string
리턴 ConfigServiceBrokerTransport

SecondsToWaitForMessage() 공개 메소드

public SecondsToWaitForMessage ( int value ) : ConfigServiceBrokerTransport
value int
리턴 ConfigServiceBrokerTransport

TransactionTimeout() 공개 메소드

public TransactionTimeout ( System.TimeSpan value ) : ConfigServiceBrokerTransport
value System.TimeSpan
리턴 ConfigServiceBrokerTransport

UseDistributedTransaction() 공개 메소드

public UseDistributedTransaction ( bool value ) : ConfigServiceBrokerTransport
value bool
리턴 ConfigServiceBrokerTransport