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