ISchedulerV4SP1 Interface

Definition

[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("96BA5B90-1CD1-471f-8E1D-5AF63D36007F")]
public interface ISchedulerV4SP1 : IDisposable
type ISchedulerV4SP1 = interface
    interface IDisposable
Public Interface ISchedulerV4SP1
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()
GetUserRoles()
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)
RequeueJob(Int32)
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