ISchedulerV3 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("386C7C44-AA54-4683-B9C0-3653163BE130")]
public interface ISchedulerV3 : IDisposable
type ISchedulerV3 = interface
interface IDisposable
Public Interface ISchedulerV3
Implements IDisposable
Derived
Attributes
Implements
Properties
Methods
AddJob(ISchedulerJob)
CancelJob(Int32, String, Boolean)
CancelJob(Int32, String)
CloneJob(Int32)
Close()
ConfigureJob(Int32)
Connect(String)
CreateCommand(String, ICommandInfo, IStringCollection)
CreateCommandInfo(INameValueCollection, String, String)
CreateFilterCollection()
CreateIntCollection()
CreateJob()
CreateNameValueCollection()
CreateParametricTaskId(Int32, Int32)
CreateSortCollection()
CreateStringCollection()
CreateTaskId(Int32)
DeleteCachedCredentials(String)
GetCounters()
GetJobIdList(IFilterCollection, ISortCollection)
GetJobList(IFilterCollection, ISortCollection)
GetJobTemplateInfo(String)
GetJobTemplateList()
GetJobTemplateXml(String)
GetNodeGroupList()
GetNodeIdList(IFilterCollection, ISortCollection)
GetNodeList(IFilterCollection, ISortCollection)
GetNodesInNodeGroup(String)
GetServerVersion()
GetUserPrivilege()
OpenJob(Int32)
OpenJobEnumerator(IPropertyIdCollection, IFilterCollection, ISortCollection)
OpenJobHistoryEnumerator(IPropertyIdCollection, IFilterCollection, ISortCollection)
OpenJobRowSet(IPropertyIdCollection, IFilterCollection, ISortCollection)
OpenNode(Int32)
OpenNodeByName(String)
OpenNodeEnumerator(IPropertyIdCollection, IFilterCollection, ISortCollection)
OpenNodeHistoryEnumerator(IPropertyIdCollection, IFilterCollection, ISortCollection)
SetCachedCredentials(String, String)
SetClusterParameter(String, String)
SetEnvironmentVariable(String, String)
SetInterfaceMode(Boolean, IntPtr)
SubmitJob(ISchedulerJob, String, String)
SubmitJobById(Int32, String, String)
Events
Applies to