Click or drag to resize

InhibitedAsyncOperationT Properties

The InhibitedAsyncOperationT generic type exposes the following members.

Properties
  NameDescription
Public propertyIsEnded
Gets a value indicating whether the asynchronous operation ended.
Public propertyProgress
Gets the current progress. The value stays between 0f and 1f, where 1f = ended.
Public propertyResult
Gets the result of asynchronous operation.

The value modified from the main thread only.

Top
See Also