Метод | Описание | |
---|---|---|
SqlMessageBus ( IDependencyResolver resolver, SqlScaleoutConfiguration configuration ) : System |
Creates a new instance of the SqlMessageBus class.
|
Метод | Описание | |
---|---|---|
Dispose ( bool disposing ) : void | ||
Send ( int streamIndex, IList |
Метод | Описание | |
---|---|---|
Initialize ( object state ) : void | ||
SqlMessageBus ( IDependencyResolver resolver, SqlScaleoutConfiguration configuration, IDbProviderFactory dbProviderFactory ) : System | ||
StartReceiving ( int streamIndex ) : void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
Результат | void |
protected Send ( int streamIndex, IList |
||
streamIndex | int | |
messages | IList |
|
Результат | Task |
public SqlMessageBus ( IDependencyResolver resolver, SqlScaleoutConfiguration configuration ) : System | ||
resolver | IDependencyResolver | The resolver to use. |
configuration | SqlScaleoutConfiguration | The SQL scale-out configuration options. |
Результат | System |