
Public Member Functions | |
| void | RaiseEvent (SimiasEventArgs args) |
| Called to raise an event. | |
| void | EventRaisedCallback (IAsyncResult ar) |
| Call back from the async event invocation. | |
Static Public Member Functions | |
| static EventBroker | GetBroker () |
| Get a broker for the given simias store. | |
| void Simias::Event::EventBroker::RaiseEvent | ( | SimiasEventArgs | args | ) | [inline] |
Called to raise an event.
| args | The arguments for the event. |
| void Simias::Event::EventBroker::EventRaisedCallback | ( | IAsyncResult | ar | ) | [inline] |
Call back from the async event invocation.
| ar | Results of the call. |
| static EventBroker Simias::Event::EventBroker::GetBroker | ( | ) | [inline, static] |
Get a broker for the given simias store.
1.5.6