Метод | Описание | |
---|---|---|
Configure ( Configure config ) : void |
Wraps the given configuration object but stores the same builder and configurer properties.
|
|
ConnectionString ( string value ) : |
||
ErrorService ( string value ) : |
||
InputQueue ( string value ) : |
||
IsolationLevel ( IsolationLevel value ) : |
||
MaxRetries ( int value ) : |
||
NumberOfWorkerThreads ( int value ) : |
||
ReturnService ( string value ) : |
||
SecondsToWaitForMessage ( int value ) : |
||
TransactionTimeout ( System.TimeSpan value ) : |
||
UseDistributedTransaction ( bool value ) : |
public Configure ( Configure config ) : void | ||
config | Configure | |
Результат | void |
public ConnectionString ( string value ) : |
||
value | string | |
Результат |
public ErrorService ( string value ) : |
||
value | string | |
Результат |
public InputQueue ( string value ) : |
||
value | string | |
Результат |
public IsolationLevel ( IsolationLevel value ) : |
||
value | IsolationLevel | |
Результат |
public MaxRetries ( int value ) : |
||
value | int | |
Результат |
public NumberOfWorkerThreads ( int value ) : |
||
value | int | |
Результат |
public ReturnService ( string value ) : |
||
value | string | |
Результат |
public SecondsToWaitForMessage ( int value ) : |
||
value | int | |
Результат |
public TransactionTimeout ( System.TimeSpan value ) : |
||
value | System.TimeSpan | |
Результат |
public UseDistributedTransaction ( bool value ) : |
||
value | bool | |
Результат |