Header menu logo Xanthos

IComDispatcher Type

Generic dispatcher contract used to execute work on a dedicated STA thread.

Instance members

Instance member Description

this.Invoke

Full Usage: this.Invoke

Parameters:
    name : string
    call : unit -> 'T

Returns: 'T
Modifiers: abstract
Type parameters: 'T
name : string
call : unit -> 'T
Returns: 'T

this.InvokeAsync

Full Usage: this.InvokeAsync

Parameters:
    name : string
    call : unit -> 'T

Returns: Task<'T>
Modifiers: abstract
Type parameters: 'T
name : string
call : unit -> 'T
Returns: Task<'T>

Type something to start searching.