Method | Description | |
---|---|---|
Close ( int streamIndex ) : void | ||
OnError ( int streamIndex, |
||
OnReceived ( int streamIndex, ulong id, |
||
Open ( int streamIndex ) : void | ||
ScaleoutStreamManager ( Func |
||
Send ( int streamIndex, IList |
Method | Description | |
---|---|---|
Send ( object state ) : Task |
public OnError ( int streamIndex, |
||
streamIndex | int | |
exception | ||
return | void |
public OnReceived ( int streamIndex, ulong id, |
||
streamIndex | int | |
id | ulong | |
message | ||
return | void |
public ScaleoutStreamManager ( Func |
||
send | Func |
|
receive | Action |
|
streamCount | int | |
logger | ILogger | |
performanceCounters | IPerformanceCounterManager | |
configuration | ||
return | System |
public Send ( int streamIndex, IList |
||
streamIndex | int | |
messages | IList |
|
return | Task |