Click or drag to resize

SessionFindTask Method

Find a task.

Namespace:  Koopman.CheckPoint
Assembly:  CheckPoint.NET (in CheckPoint.NET.dll) Version: 0.5.1
Syntax
C#
public Task<CheckPointTask> FindTask(
	string taskID,
	CancellationToken cancellationToken = null
)
Request Example View Source

Parameters

taskID
Type: SystemString
The task identifier.
cancellationToken (Optional)
Type: System.ThreadingCancellationToken
The cancellation token.

Return Value

Type: TaskCheckPointTask
A task that represents the asynchronous operation. The task result contains the CheckPointTask
See Also