Click or drag to resize

JobStatus Methods

The JobStatus type exposes the following members.

Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodStatic memberFromXml Creates a JobStatus instance from an XML element.
Public methodGetFriendlyNameForAdditionalProgressCounter Gets the friendly name for an additional progress counter.
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetStage Gets the stage with the specified ID.
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodToString Gets a string representation of this JobStatus.
(Overrides ObjectToString)
Public methodToString(IFormatProvider) Gets a string representation of this JobStatus using a specific format provider.
Public methodToXml Gets an XML document containing the job status.
Top
See Also