Yaaf.FSharp.Helper


AsyncWorker<'T>

Defined in Yaaf.FSharp.Helper.dll.

Constructors

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

Instance members

Instance memberDescription
CancelAsync(message)
Signature: (message:string option) -> unit
Canceled
Signature: IEvent<OperationCanceledException>
Completed
Signature: IEvent<'T>
Error
Signature: IEvent<exn>
ProgressChanged
Signature: IEvent<int>
ReportProgress(progressPercentage)
Signature: progressPercentage:int -> unit
RunAsync()
Signature: unit -> bool
Fork me on GitHub