Click or drag to resize

RefreshRecoveryInfoJobSessionContract Class

Refreshing of recovery info Job session contract.
Inheritance Hierarchy
SystemObject
  SOS.SDK.Contracts.DataContracts.JobsJobSessionContract
    SOS.SDK.Contracts.DataContracts.JobsRefreshRecoveryInfoJobSessionContract

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

The RefreshRecoveryInfoJobSessionContract type exposes the following members.

Constructors
  NameDescription
Public methodRefreshRecoveryInfoJobSessionContract
Initializes a new instance of the RefreshRecoveryInfoJobSessionContract 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 propertyRefreshedCount
The amount of accepted new Recovery Records.
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