ISchedulerV3SP2 Interface

Definition

[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("1B4E1239-5BF8-4447-98B7-826943D15FA5")]
public interface ISchedulerV3SP2 : IDisposable
type ISchedulerV3SP2 = interface
    interface IDisposable
Public Interface ISchedulerV3SP2
Implements IDisposable
Derived
Attributes
Implements

Properties

ClusterParameters
EnvironmentVariables

Methods

AddJob(ISchedulerJob)
CancelJob(Int32, String)
CancelJob(Int32, String, Boolean)
CloneJob(Int32)
Close()
ConfigureJob(Int32)
Connect(String)
CreateCommand(String, ICommandInfo, IStringCollection)
CreateCommand(String, ICommandInfo, IStringCollection, Boolean)
CreateCommandInfo(INameValueCollection, String, String)
CreateFilterCollection()
CreateIntCollection()
CreateJob()
CreateNameValueCollection()
CreateParametricTaskId(Int32, Int32)
CreatePool(String)
CreatePool(String, Int32)
CreateSortCollection()
CreateStringCollection()
CreateTaskId(Int32)
DeleteCachedCredentials(String)
DeletePool(String)
DeletePool(String, Boolean)
EnrollCertificate(String)
GetCertificateFromStore(String, SecureString)
GetCounters()
GetJobIdList(IFilterCollection, ISortCollection)
GetJobList(IFilterCollection, ISortCollection)
GetJobTemplateInfo(String)
GetJobTemplateList()
GetJobTemplateXml(String)
GetNodeGroupList()
GetNodeIdList(IFilterCollection, ISortCollection)
GetNodeList(IFilterCollection, ISortCollection)
GetNodesInNodeGroup(String)
GetPoolList()
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)
OpenPool(String)
OpenPoolRowSet(IPropertyIdCollection)
SetCachedCredentials(String, String)
SetCertificateCredentials(String, String)
SetCertificateCredentialsPfx(String, String, Byte[])
SetClusterParameter(String, String)
SetEnvironmentVariable(String, String)
SetInterfaceMode(Boolean, IntPtr)
SubmitJob(ISchedulerJob, String, String)
SubmitJobById(Int32, String, String)

Events

OnSchedulerReconnect

Applies to