Method | Description | |
---|---|---|
Get ( string key ) : Task |
Gets a data item from the bus.
|
|
Peek ( string key ) : Entry | ||
Put ( Stream stream, System.TimeSpan timeToBeReceived ) : Task |
Adds a data item to the bus and returns the assigned key.
|
|
Start ( ) : System.Threading.Tasks.Task |
Called when the bus starts up to allow the data bus to active background tasks.
|
public Put ( Stream stream, System.TimeSpan timeToBeReceived ) : Task |
||
stream | Stream | A create containing the data to be sent on the databus. |
timeToBeReceived | System.TimeSpan | The time to be received specified on the message type. TimeSpan.MaxValue is the default. |
return | Task |
public Start ( ) : System.Threading.Tasks.Task | ||
return | System.Threading.Tasks.Task |