C# Класс NServiceBus.Unicast.Transport.ServiceBroker.Config.ConfigServiceBrokerTransport

Наследование: Configure
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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