TaskInfoProviderGetTaskInfo Method (String, Int32) |
Returns the TaskInfo structure for the specified task.
Namespace: CMS.SchedulerAssembly: CMS.Scheduler (in CMS.Scheduler.dll) Version: 12.0.0
Syntax public static TaskInfo GetTaskInfo(
string taskName,
int siteId
)
Parameters
- taskName
- Type: SystemString
Task name - siteId
- Type: SystemInt32
Site ID
Return Value
Type:
TaskInfoSee Also