ISchedulerJobV4SP1 Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("9296C11C-C08F-42FA-BCB1-D2FECCF3BA7B")]
public interface ISchedulerJobV4SP1
type ISchedulerJobV4SP1 = interface
Public Interface ISchedulerJobV4SP1
Derived
Attributes
Properties
Methods
AddExcludedNodes(IStringCollection)
AddTask(ISchedulerTask)
AddTasks(ISchedulerTask[])
CancelTask(ITaskId, String, Boolean)
CancelTask(ITaskId, String)
CancelTask(ITaskId)
ClearExcludedNodes()
ClearHold()
Commit()
CreateTask()
Finish()
GetCounters()
GetCustomProperties()
GetTaskIdList(IFilterCollection, ISortCollection, Boolean)
GetTaskList(IFilterCollection, ISortCollection, Boolean)
OpenJobAllocationHistoryEnumerator(IPropertyIdCollection)
OpenTask(ITaskId)
OpenTaskAllocationHistoryEnumerator(IPropertyIdCollection)
OpenTaskEnumerator(IPropertyIdCollection, IFilterCollection, ISortCollection, Boolean)
OpenTaskRowSet(IPropertyIdCollection, IFilterCollection, ISortCollection, Boolean)
Refresh()
RemoveExcludedNodes(IStringCollection)
Requeue()
RequeueTask(ITaskId)
RestoreFromXml(String)
RestoreFromXml(XmlReader)
SetCustomProperty(String, String)
SetEnvironmentVariable(String, String)
SetHoldUntil(DateTime)
SetJobTemplate(String)
SubmitTask(ISchedulerTask)
SubmitTaskById(ITaskId)
SubmitTasks(ISchedulerTask[])
Events
Applies to