| JobRunnerBaseTStarted, TProgress, TEvents, TCompleted, TStartJobArgsRun Method |
Start the backup of stored BackupSet synchronously and wait for the completion of the execution.
Namespace:
SOS.SDK.Tools.Runners
Assembly:
SOS.SDK (in SOS.SDK.dll) Version: 7.6.1.5742
Syntax public void Run(
TStartJobArgs startJobArgs,
TimeSpan waitingTimeout,
CancellationToken cancel = null
)
Parameters
- startJobArgs
- Type: TStartJobArgs
Starting Job arguments. - waitingTimeout
- Type: SystemTimeSpan
Timeout for the end of the operation.
If the operation does not finish within the specified time, the operation ends with TimeoutException.
The operation continues to run on the server.
- cancel (Optional)
- Type: System.ThreadingCancellationToken
Cancellation for Job process.
See Also