ProcessingState Methods¶
The ProcessingState type exposes the following members.
Methods¶
Name | Description | |
---|---|---|
![]() | Dispose | Immediately frees up resources held by this object. |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | WaitForCompletion() | Waits for long running operation completes. Completion will occur regardless of success, failure or cancellation. Use a State property to detect the reason. |
![]() | WaitForCompletion(TimeSpan) | Waits for long running operation completes. Completion will occur regardless of success, failure or cancellation. Use a State property to detect the reason. |