Click or drag to resize
WebFarmTaskInfoProviderGetWebFarmTaskInfo Method (Guid)

Note: This API is now obsolete.

Gets the task by given GUID.

Namespace: CMS.WebFarmSync
Assembly: CMS.WebFarmSync (in CMS.WebFarmSync.dll) Version: 13.0.131
Syntax
C#
[ObsoleteAttribute("Use IWebFarmTaskInfoProvider.Get(System.Guid) instead. To get an instance of the interface's implementation, use dependency injection or access the instance directly - WebFarmTaskInfo.Provider.")]
public static WebFarmTaskInfo GetWebFarmTaskInfo(
	Guid taskGuid
)

Parameters

taskGuid
Type: SystemGuid
Task GUID

Return Value

Type: WebFarmTaskInfo
See Also