Dispatcher<'Msg>
Namespace: Gjallarhorn.Bindable
Allows dispatching of a message via an Observable
Constructors
Constructor | Description |
new()
Signature: unit -> Dispatcher<'Msg>
|
CompiledName: |
Instance members
Instance member | Description |
Dispatch(msg)
Signature: msg:'Msg -> unit
|
Trigger our message to be dispatched |
DispatchAsync(msg)
Signature: msg:Async<'Msg> -> unit
|
Trigger our message to be dispatched |