Click or drag to resize

ScanNtfsVolumeJobRunner Class

Helper class for starting and waiting for completion of the Online Backup Job.
Inheritance Hierarchy
SystemObject
  SOS.SDK.Tools.RunnersJobRunnerBaseScanNtfsVolumeJobSessionContract, ScanNtfsVolumeJobSessionContract, JobEventsContract, ScanNtfsVolumeJobSessionContract, ScanNtfsVolumeJobRequest
    SOS.SDK.Tools.RunnersScanNtfsVolumeJobRunner

Namespace:  SOS.SDK.Tools.Runners
Assembly:  SOS.SDK (in SOS.SDK.dll) Version: 7.6.1.5742
Syntax
C#
public class ScanNtfsVolumeJobRunner : JobRunnerBase<ScanNtfsVolumeJobSessionContract, ScanNtfsVolumeJobSessionContract, JobEventsContract, ScanNtfsVolumeJobSessionContract, ScanNtfsVolumeJobRequest>

The ScanNtfsVolumeJobRunner type exposes the following members.

Constructors
  NameDescription
Public methodScanNtfsVolumeJobRunner
Create instance.
Top
Properties
Methods
  NameDescription
Public methodDispose
Clear references to Action. Call dispose for allow GC to collect caller class.
(Inherited from JobRunnerBaseTStarted, TProgress, TEvents, TCompleted, TStartJobArgs.)
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.
(Inherited from JobRunnerBaseTStarted, TProgress, TEvents, TCompleted, TStartJobArgs.)
Public methodRunAsync
Start the backup of stored BackupSet asynchronously and await for the completion of the execution.
(Inherited from JobRunnerBaseTStarted, TProgress, TEvents, TCompleted, TStartJobArgs.)
Protected methodStartJob
Start Job.
(Overrides JobRunnerBaseTStarted, TProgress, TEvents, TCompleted, TStartJobArgsStartJob(TStartJobArgs, CancellationToken).)
Public methodToString (Inherited from Object.)
Top
See Also