ISchedulerV3SP3 Interface

Definition

[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("6C92F1B5-8CF0-444B-94C7-F1EF8D89F023")]
public interface ISchedulerV3SP3 : IDisposable
type ISchedulerV3SP3 = interface
    interface IDisposable
Public Interface ISchedulerV3SP3
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)
ConnectServiceAsClient(String, ServiceAsClientIdentityProvider)
ConnectServiceAsClient(String, ServiceAsClientIdentityProvider, String, 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)
ValidateAzureUser(String, String)

Events

OnSchedulerReconnect

Applies to