Click or drag to resize

JobRunnerBaseTStarted, TProgress, TEvents, TCompleted, TStartJobArgs Methods

The JobRunnerBaseTStarted, TProgress, TEvents, TCompleted, TStartJobArgs generic type exposes the following members.

Methods
  NameDescription
Public methodDispose
Clear references to Action. Call dispose for allow GC to collect caller class.
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 methodRun
Start the backup of stored BackupSet synchronously and wait for the completion of the execution.
Public methodRunAsync
Start the backup of stored BackupSet asynchronously and await for the completion of the execution.
Protected methodStartJob
Override this method in the derrived class to starting Job on the Server.
Public methodToString (Inherited from Object.)
Top
See Also