Click or drag to resize

AsyncOperationT Properties

The AsyncOperationT generic type exposes the following members.

Properties
  NameDescription
Public propertyAborted
Gets a value indicating whether the async operaton should be aborted.
Public propertyCurrentProgress
Gets a current progress of the async operation.
Public propertyIsEnded
Gets a value indicating whether the async operation are ended.
Public propertyProgress
Gets a progress state which value is between 0f and 1f, where 1f is «ended».
Public propertyResult
Gets the result of async operation.
Public propertyTargetProgress
Gets the progress limit.
Top
See Also