C# Class NServiceBus.Unicast.Transport.ServiceBroker.Config.ConfigServiceBrokerTransport

Inheritance: Configure
Exibir arquivo Open project: jdaigle/servicebroker.net Class Usage Examples

Public Methods

Method Description
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

Method Details

Configure() public method

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

ConnectionString() public method

public ConnectionString ( string value ) : ConfigServiceBrokerTransport
value string
return ConfigServiceBrokerTransport

ErrorService() public method

public ErrorService ( string value ) : ConfigServiceBrokerTransport
value string
return ConfigServiceBrokerTransport

InputQueue() public method

public InputQueue ( string value ) : ConfigServiceBrokerTransport
value string
return ConfigServiceBrokerTransport

IsolationLevel() public method

public IsolationLevel ( IsolationLevel value ) : ConfigServiceBrokerTransport
value IsolationLevel
return ConfigServiceBrokerTransport

MaxRetries() public method

public MaxRetries ( int value ) : ConfigServiceBrokerTransport
value int
return ConfigServiceBrokerTransport

NumberOfWorkerThreads() public method

public NumberOfWorkerThreads ( int value ) : ConfigServiceBrokerTransport
value int
return ConfigServiceBrokerTransport

ReturnService() public method

public ReturnService ( string value ) : ConfigServiceBrokerTransport
value string
return ConfigServiceBrokerTransport

SecondsToWaitForMessage() public method

public SecondsToWaitForMessage ( int value ) : ConfigServiceBrokerTransport
value int
return ConfigServiceBrokerTransport

TransactionTimeout() public method

public TransactionTimeout ( System.TimeSpan value ) : ConfigServiceBrokerTransport
value System.TimeSpan
return ConfigServiceBrokerTransport

UseDistributedTransaction() public method

public UseDistributedTransaction ( bool value ) : ConfigServiceBrokerTransport
value bool
return ConfigServiceBrokerTransport