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