AsyncWorker<'T>
Namespace: FSharpx.Control
Constructors
Constructor | Description |
new(arg1, asyncGroup)
Signature: (Async<'T> * asyncGroup:CancellationToken option) -> AsyncWorker<'T>
|
CompiledName: .ctor
|
Instance members
Instance member | Description |
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
|
|