Click or drag to resize

JobRunnerBase<TStarted, TProgress, TEvents, TCompleted, TStartJobArgs>.StartJob 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
C#
protected abstract JobSessionContract StartJob(
	TStartJobArgs startJobArgs,
	CancellationToken cancel
)

Parameters

startJobArgs
Type: TStartJobArgs
Starting Job arguments.
cancel
Type: System.Threading.CancellationToken
Cancellation for Job process.

Return Value

Type: JobSessionContract
Job Session
See Also