ISchedulerJobV3SP1 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("D7449A23-D29D-4414-B72D-C582DBABDA14")]
public interface ISchedulerJobV3SP1
type ISchedulerJobV3SP1 = interface
Public Interface ISchedulerJobV3SP1
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)
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