Click or drag to resize
ClientJob Class
Abstract class for the job
Inheritance Hierarchy

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

The ClientJob type exposes the following members.

Constructors
  NameDescription
Protected methodClientJob
Initializes a new instance of the ClientJob class
Top
Properties
  NameDescription
Public propertyClientID
Client ID
Public propertyJobWatch
Current job time watch
Public propertyNotifications
Notifications
Protected propertyOperationID
The opened operation ID
Protected propertyServer
Connection to the Server
Public propertyStatic memberServerSettings
Current Server Settings
Top
Methods
  NameDescription
Protected methodCloseOperation
Protected methodCloseOperationOnError
Public methodDispose (Inherited from AbstractJob.)
Protected methodDoDispose
Protected methodDoExecute
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 methodStatic memberGetClientSettings
Returns the settings for a DbClient 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
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodNeedsReportOperation
Protected methodNeedsServerConn
Protected methodOnCloseOperation
When the operation closes
Public methodOnDispose (Overrides AbstractJobOnDispose.)
Public methodOnExecute (Overrides AbstractJobOnExecute(JobInfo).)
Protected methodOpenOperation
Protected methodOpenStorage
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Extension Methods
See Also