Click or drag to resize
StagingTaskInfoProviderGetTaskInfoInternal Method
Returns the TaskInfo structure for the specified task.

Namespace: CMS.Synchronization
Assembly: CMS.Synchronization (in CMS.Synchronization.dll) Version: 8.2.23
Syntax
C#
protected StagingTaskInfo GetTaskInfoInternal(
	int taskId
)

Parameters

taskId
Type: SystemInt32
Task id

Return Value

Type: StagingTaskInfo
See Also