Skip to content
Was this article helpful?

ProcessingState Methods

The ProcessingState type exposes the following members.

Methods

 

NameDescription
Public methodDispose Immediately frees up resources held by this object.
Public methodEquals Determines whether the specified object is equal to the current object. (Inherited from Object.)
Public methodGetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public methodGetType Gets the Type of the current instance. (Inherited from Object.)
Public methodToString Returns a string that represents the current object. (Inherited from Object.)
Public methodWaitForCompletion() Waits for long running operation completes. Completion will occur regardless of success, failure or cancellation. Use a State property to detect the reason.
Public methodWaitForCompletion(TimeSpan) Waits for long running operation completes. Completion will occur regardless of success, failure or cancellation. Use a State property to detect the reason.
  Back to Top

See Also

Reference

ProcessingState Class
Citrix.SDK.AppDNA Namespace

Was this article helpful?