FSharpx.Async


AsyncWorker<'T>

Namespace: FSharpx.Control

Constructors

ConstructorDescription
new(arg1, asyncGroup)
Signature: (Async<'T> * asyncGroup:CancellationToken option) -> AsyncWorker<'T>

CompiledName: .ctor

Instance members

Instance memberDescription
CancelAsync(message)
Signature: (message:string option) -> unit
Canceled
Signature: IEvent<OperationCanceledException>

CompiledName: get_Canceled

Completed
Signature: IEvent<'T>

CompiledName: get_Completed

Error
Signature: IEvent<exn>

CompiledName: get_Error

ProgressChanged
Signature: IEvent<int>

CompiledName: get_ProgressChanged

ReportProgress(arg1)
Signature: int -> unit
RunAsync()
Signature: unit -> bool
Fork me on GitHub