Method | Description | |
---|---|---|
SqlMessageBus ( IDependencyResolver resolver, SqlScaleoutConfiguration configuration ) : System |
Creates a new instance of the SqlMessageBus class.
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void | ||
Send ( int streamIndex, IList |
Method | Description | |
---|---|---|
Initialize ( object state ) : void | ||
SqlMessageBus ( IDependencyResolver resolver, SqlScaleoutConfiguration configuration, IDbProviderFactory dbProviderFactory ) : System | ||
StartReceiving ( int streamIndex ) : void |
protected Send ( int streamIndex, IList |
||
streamIndex | int | |
messages | IList |
|
return | Task |
public SqlMessageBus ( IDependencyResolver resolver, SqlScaleoutConfiguration configuration ) : System | ||
resolver | IDependencyResolver | The resolver to use. |
configuration | SqlScaleoutConfiguration | The SQL scale-out configuration options. |
return | System |