A callback dispatcher interface. Implementations of this interface are responsible for dispatching callbacks to the runtime. More...
Public Member Functions | |
bool | Publish (CallbackBase e) |
Notifies the runtime of a callback. More... | |
A callback dispatcher interface. Implementations of this interface are responsible for dispatching callbacks to the runtime.
bool Quantum.ICallbackDispatcher.Publish | ( | CallbackBase | e | ) |
Notifies the runtime of a callback.
e |
Implemented in Quantum.CallbackDispatcher.