| ITaskGroupTaskInfoProviderGetAsync Method | 
 
Namespace: CMS.SynchronizationAssembly: CMS.Synchronization (in CMS.Synchronization.dll) Version: 13.0.131
 Syntax
SyntaxTask<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: 
TaskTaskGroupTaskInfoReturns a task returning either an instance of 
TaskGroupTaskInfo corresponding to given identifiers or null.
 See Also
See Also