Click or drag to resize
WebFarmTaskInfoProviderGetWebFarmTaskInfo Method (Int32)

Note: This API is now obsolete.

Returns the WebFarmTaskInfo structure for the specified webFarmTask.

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

Parameters

webFarmTaskId
Type: SystemInt32
WebFarmTask id

Return Value

Type: WebFarmTaskInfo
See Also