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