JobRunShellRun Method

Quartz.NET 3.0 API Documentation
This method has to be implemented in order that starting of the thread causes the object's run method to be called in that separately executing thread.

Namespace:  Quartz.Core
Assembly:  Quartz (in Quartz.dll) Version: 3.0.0
Syntax

C#
public virtual Task Run(
	CancellationToken cancellationToken = null
)

Parameters

cancellationToken (Optional)
Type: System.ThreadingCancellationToken
The cancellation instruction.

Return Value

Type: Task

[Missing <returns> documentation for "M:Quartz.Core.JobRunShell.Run(System.Threading.CancellationToken)"]

See Also

Reference