Click or drag to resize

RunUpdateHDMJobSessionContract Class

Updating of the Hard Disk Manager Job session contract.
Inheritance Hierarchy
SystemObject
  SOS.SDK.Contracts.DataContracts.JobsJobSessionContract
    SOS.SDK.Contracts.DataContracts.JobsRunUpdateHDMJobSessionContract

Namespace:  SOS.SDK.Contracts.DataContracts.Jobs
Assembly:  SOS.SDK (in SOS.SDK.dll) Version: 7.6.1.5742
Syntax
C#
public class RunUpdateHDMJobSessionContract : JobSessionContract

The RunUpdateHDMJobSessionContract type exposes the following members.

Constructors
  NameDescription
Public methodRunUpdateHDMJobSessionContract
Initializes a new instance of the RunUpdateHDMJobSessionContract class
Top
Properties
  NameDescription
Public propertyAccountLogin
User account, linked with this Job.
(Inherited from JobSessionContract.)
Public propertyCompletedUtc
Date/Time when the Job was completed.
(Inherited from JobSessionContract.)
Public propertyCreatedUtc
Date/Time when the Job was created.
(Inherited from JobSessionContract.)
Public propertyCurrentStage
Current execution stage description.
(Inherited from JobSessionContract.)
Public propertyErrorMessage
Last error message, occured during the Job execution.
(Inherited from JobSessionContract.)
Public propertyIsProgressIndeterminate
Current stage of the Job progress is indeterminate.
(Inherited from JobSessionContract.)
Public propertyJobId
Unique Job identifier.
(Inherited from JobSessionContract.)
Public propertyProgressPercentage
Percent of the Job completion.
(Inherited from JobSessionContract.)
Public propertyStartedUtc
Date/Time when the Job was started.
(Inherited from JobSessionContract.)
Public propertyState
Current state of the Job.
(Inherited from JobSessionContract.)
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also