Click or drag to resize
TaskGroupTaskInfoProviderGetAsync Method (Int32, Int32, NullableCancellationToken)
Asynchronously gets an instance of the TaskGroupTaskInfo binding structure.

Namespace: CMS.Synchronization
Assembly: CMS.Synchronization (in CMS.Synchronization.dll) Version: 13.0.131
Syntax
C#
public virtual Task<TaskGroupTaskInfo> GetAsync(
	int taskGroupId,
	int taskId,
	Nullable<CancellationToken> cancellationToken = null
)

Parameters

taskGroupId
Type: SystemInt32
Task group ID.
taskId
Type: SystemInt32
Staging task ID.
cancellationToken (Optional)
Type: SystemNullableCancellationToken
The cancellation instruction.

Return Value

Type: TaskTaskGroupTaskInfo
Returns a task returning either an instance of TaskGroupTaskInfo corresponding to given identifiers or null.

Implements

ITaskGroupTaskInfoProviderGetAsync(Int32, Int32, NullableCancellationToken)
See Also