Click or drag to resize

RunRefreshRecoveryInfoJobRequest Class

Request for starting refreshing the Recovery Info.
Inheritance Hierarchy
SystemObject
  SOS.SDK.Contracts.DataContracts.RequestsAuthorizedRequest
    SOS.SDK.Contracts.DataContracts.RequestsRunJobRequest
      SOS.SDK.Contracts.DataContracts.RequestsRunRefreshRecoveryInfoJobRequest

Namespace:  SOS.SDK.Contracts.DataContracts.Requests
Assembly:  SOS.SDK (in SOS.SDK.dll) Version: 7.6.1.5742
Syntax
C#
public class RunRefreshRecoveryInfoJobRequest : RunJobRequest

The RunRefreshRecoveryInfoJobRequest type exposes the following members.

Constructors
  NameDescription
Public methodRunRefreshRecoveryInfoJobRequest
Initializes a new instance of the RunRefreshRecoveryInfoJobRequest class
Top
Properties
  NameDescription
Public propertyIdentity
Identity IdentityContract object with valid SDK Token.
(Inherited from AuthorizedRequest.)
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetIdentity
Get associated IdentityContract instance.
(Inherited from AuthorizedRequest.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
Remarks
Recovery Info is a local database containing cached information about files that have been backed up under this account. It needs to be updated before starting the file recovery.
See Also