| JobRunnerBaseTStarted, TProgress, TEvents, TCompleted, TStartJobArgsStartJob Method |
Override this method in the derrived class to starting Job on the Server.
Namespace:
SOS.SDK.Tools.Runners
Assembly:
SOS.SDK (in SOS.SDK.dll) Version: 7.6.1.5742
Syntax protected abstract JobSessionContract StartJob(
TStartJobArgs startJobArgs,
CancellationToken cancel
)
Parameters
- startJobArgs
- Type: TStartJobArgs
Starting Job arguments. - cancel
- Type: System.ThreadingCancellationToken
Cancellation for Job process.
Return Value
Type:
JobSessionContractJob Session
See Also