Click or drag to resize
WebFarmTaskInfoProviderGetWebFarmTaskInfoInternal Method (Guid)
Gets the task by given GUID.

Namespace: CMS.WebFarmSync
Assembly: CMS.WebFarmSync (in CMS.WebFarmSync.dll) Version: 9.0.0
Syntax
C#
protected virtual WebFarmTaskInfo GetWebFarmTaskInfoInternal(
	Guid taskGuid
)

Parameters

taskGuid
Type: SystemGuid
Task GUID

Return Value

Type: WebFarmTaskInfo
See Also