Click or drag to resize
BackupJob Class
Job for the client Backup
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 BackupJob : AbstractBackupJob

The BackupJob type exposes the following members.

Constructors
  NameDescription
Public methodBackupJob
Initializes a new instance of the BackupJob class
Top
Properties
  NameDescription
Public propertyClientID
Client ID
(Inherited from ClientJob.)
Public propertyFSManager
File System
(Inherited from AbstractBackupJob.)
Protected propertyIndexer
Backup Indexer
(Inherited from AbstractBackupJob.)
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 propertyRepository
Current Repository
(Inherited from AbstractBackupJob.)
Protected propertyServer
Connection to the Server
(Inherited from ClientJob.)
Public propertyStorage
Current Storage
(Inherited from AbstractBackupJob.)
Protected propertyStorageOperationID
Current storage operation
(Inherited from AbstractBackupJob.)
Protected propertyTransfers
Current transfer queue
(Inherited from AbstractBackupJob.)
Top
Methods
  NameDescription
Protected methodBuildIndex
Build the Index
(Inherited from AbstractBackupJob.)
Protected methodCloseOperation (Inherited from ClientJob.)
Protected methodCloseOperationOnError (Inherited from ClientJob.)
Protected methodCloseTransfer
Close the transfer queue
(Inherited from AbstractBackupJob.)
Protected methodCreateEntryFromFile
Create a entry from a file
(Inherited from AbstractBackupJob.)
Public methodDispose (Inherited from AbstractJob.)
Protected methodDoDispose
Dispose the job
(Inherited from AbstractBackupJob.)
Protected methodDoExecute (Overrides ClientJobDoExecute(JobInfo).)
Protected methodEntryErrorCatch
Catch for the entry error
(Inherited from AbstractBackupJob.)
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.)
Protected methodGetFlags (Overrides AbstractBackupJobGetFlags.)
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 methodLoadIndexer
Loads the Indexer
(Inherited from AbstractBackupJob.)
Protected methodLoadRepository
Loads the repository information
(Inherited from AbstractBackupJob.)
Protected methodLoadStorage
Load the Storage
(Inherited from AbstractBackupJob.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodNeedsReportOperation (Overrides ClientJobNeedsReportOperation.)
Protected methodNeedsServerConn (Overrides ClientJobNeedsServerConn.)
Protected methodOnCloseOperation (Inherited from AbstractBackupJob.)
Public methodOnDispose (Inherited from ClientJob.)
Public methodOnExecute (Inherited from ClientJob.)
Protected methodOpenOperation (Inherited from ClientJob.)
Protected methodOpenStorage (Inherited from ClientJob.)
Protected methodOpenTransfer
Open the transfer queue
(Inherited from AbstractBackupJob.)
Protected methodRegisterStart (Inherited from AbstractBackupJob.)
Protected methodSaveTransfersReport
Store the transfer report for debug information
(Inherited from AbstractBackupJob.)
Protected methodSendEntry
Sends the entry to the server
(Inherited from AbstractBackupJob.)
Protected methodSourceExists
Check if the source exists
(Inherited from AbstractBackupJob.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Protected methodTransfer
Transfer a entry to the storage
(Inherited from AbstractBackupJob.)
Protected methodWaitTransfers (Inherited from AbstractBackupJob.)
Top
Extension Methods
See Also