Click or drag to resize

AsyncOperationT Methods

The AsyncOperationT generic type exposes the following members.

Methods
  NameDescription
Public methodAbort
Abort async operation
Public methodEnd
Ends asynchronous operation.
Public methodIncrementProgress
Increments the CurrentProgress counter. This operation is thread-safe.
Public methodSetTargetProgress
Sets a target progress of the async operation (target progress will be clamped [1, int.MaxValue])
Top
See Also