Gjallarhorn.Bindable


Dispatcher<'Msg>

Namespace: Gjallarhorn.Bindable

Allows dispatching of a message via an Observable

Constructors

ConstructorDescription
new()
Signature: unit -> Dispatcher<'Msg>

CompiledName: .ctor

Instance members

Instance memberDescription
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

Fork me on GitHub