Click or drag to resize

JobStatus Methods

The JobStatus type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows 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 methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetStage
Gets the stage with the specified ID.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates 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