ISchedulerV4 Interface

Definition

[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("21BF1489-8526-4D0E-8524-7AC6D9D4A629")]
public interface ISchedulerV4 : IDisposable
type ISchedulerV4 = interface
    interface IDisposable
Public Interface ISchedulerV4
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)
DeleteEmailCredentials()
DeletePool(String)
DeletePool(String, Boolean)
EnrollCertificate(String)
GetActiveHeadNode()
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)
SetEmailCredentials(String, String)
SetEnvironmentVariable(String, String)
SetInterfaceMode(Boolean, IntPtr)
SubmitJob(ISchedulerJob, String, String)
SubmitJobById(Int32, String, String)
ValidateAzureUser(String, String)

Events

OnSchedulerReconnect

Applies to