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