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

Inheritance: Configure
Afficher le fichier Open project: jdaigle/servicebroker.net Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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

ConnectionString() public méthode

public ConnectionString ( string value ) : ConfigServiceBrokerTransport
value string
Résultat ConfigServiceBrokerTransport

ErrorService() public méthode

public ErrorService ( string value ) : ConfigServiceBrokerTransport
value string
Résultat ConfigServiceBrokerTransport

InputQueue() public méthode

public InputQueue ( string value ) : ConfigServiceBrokerTransport
value string
Résultat ConfigServiceBrokerTransport

IsolationLevel() public méthode

public IsolationLevel ( IsolationLevel value ) : ConfigServiceBrokerTransport
value IsolationLevel
Résultat ConfigServiceBrokerTransport

MaxRetries() public méthode

public MaxRetries ( int value ) : ConfigServiceBrokerTransport
value int
Résultat ConfigServiceBrokerTransport

NumberOfWorkerThreads() public méthode

public NumberOfWorkerThreads ( int value ) : ConfigServiceBrokerTransport
value int
Résultat ConfigServiceBrokerTransport

ReturnService() public méthode

public ReturnService ( string value ) : ConfigServiceBrokerTransport
value string
Résultat ConfigServiceBrokerTransport

SecondsToWaitForMessage() public méthode

public SecondsToWaitForMessage ( int value ) : ConfigServiceBrokerTransport
value int
Résultat ConfigServiceBrokerTransport

TransactionTimeout() public méthode

public TransactionTimeout ( System.TimeSpan value ) : ConfigServiceBrokerTransport
value System.TimeSpan
Résultat ConfigServiceBrokerTransport

UseDistributedTransaction() public méthode

public UseDistributedTransaction ( bool value ) : ConfigServiceBrokerTransport
value bool
Résultat ConfigServiceBrokerTransport