|  | InhibitedAsyncOperationT Properties | 
The InhibitedAsyncOperationT generic type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | IsEnded | 
                Gets a value indicating whether the asynchronous operation ended.
             | 
|  | Progress | 
                Gets the current progress. The value stays between 0f and 1f, where 1f = ended.
             | 
|  | Result | 
                Gets the result of asynchronous operation.
                 The value modified from the main thread only. | 
 See Also
See Also