메소드 | 설명 | |
---|---|---|
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 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 |