Click or drag to resize
TaskGroupTaskInfoProviderGet Method (Int32, Int32)
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 TaskGroupTaskInfo Get(
	int taskGroupId,
	int taskId
)

Parameters

taskGroupId
Type: SystemInt32
Task group ID.
taskId
Type: SystemInt32
Staging task ID.

Return Value

Type: TaskGroupTaskInfo
Returns an instance of TaskGroupTaskInfo corresponding to given identifiers or null.

Implements

ITaskGroupTaskInfoProviderGet(Int32, Int32)
See Also