IComDispatcher Type
Generic dispatcher contract used to execute work on a dedicated STA thread.
Instance members
| Instance member |
Description
|
Full Usage:
this.Invoke
Parameters:
string
call : unit -> 'T
Returns: 'T
Modifiers: abstract Type parameters: 'T |
|
Full Usage:
this.InvokeAsync
Parameters:
string
call : unit -> 'T
Returns: Task<'T>
Modifiers: abstract Type parameters: 'T |
|
Xanthos