Click or drag to resize
RestoreJob Class
Implements the restore job for a client
Inheritance Hierarchy

Namespace: DrawerBackup.Client.Jobs
Assembly: DrawerBackup.Client (in DrawerBackup.Client.dll) Version: 0.0.1.1 (0.0.1.1)
Syntax
public class RestoreJob : ClientJob

The RestoreJob type exposes the following members.

Constructors
  NameDescription
Public methodRestoreJob
Initializes a new instance of the RestoreJob class
Top
Properties
  NameDescription
Public propertyClientID
Client ID
(Inherited from ClientJob.)
Public propertyJobWatch
Current job time watch
(Inherited from ClientJob.)
Public propertyNotifications
Notifications
(Inherited from ClientJob.)
Protected propertyOperationID
The opened operation ID
(Inherited from ClientJob.)
Protected propertyServer
Connection to the Server
(Inherited from ClientJob.)
Top
Methods
  NameDescription
Protected methodCloseOperation (Inherited from ClientJob.)
Protected methodCloseOperationOnError (Inherited from ClientJob.)
Public methodDispose (Inherited from AbstractJob.)
Protected methodDoDispose (Overrides ClientJobDoDispose.)
Protected methodDoExecute (Overrides ClientJobDoExecute(JobInfo).)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodExecute (Inherited from AbstractJob.)
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 methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodLastOperationID
The last Operation ID
(Inherited from ClientJob.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodNeedsReportOperation (Overrides ClientJobNeedsReportOperation.)
Protected methodNeedsServerConn (Overrides ClientJobNeedsServerConn.)
Protected methodOnCloseOperation (Overrides ClientJobOnCloseOperation.)
Public methodOnDispose (Inherited from ClientJob.)
Public methodOnExecute (Inherited from ClientJob.)
Protected methodOpenOperation (Inherited from ClientJob.)
Protected methodOpenStorage (Inherited from ClientJob.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Extension Methods
See Also