| ITaskGroupTaskInfoProviderGet Method (Int32, Int32) | 
 
Namespace: CMS.SynchronizationAssembly: CMS.Synchronization (in CMS.Synchronization.dll) Version: 13.0.131
 Syntax
SyntaxTaskGroupTaskInfo Get(
	int taskGroupId,
	int taskId
)
Parameters
- taskGroupId
- Type: SystemInt32
 Task group ID.
- taskId
- Type: SystemInt32
 Staging task ID.
Return Value
Type: 
TaskGroupTaskInfoReturns an instance of 
TaskGroupTaskInfo corresponding to given identifiers or null.
 See Also
See Also