IClusterTask Interface

Definition

public interface IClusterTask : Microsoft.Hpc.Scheduler.Store.IClusterStoreObject
type IClusterTask = interface
    interface IClusterStoreObject
Public Interface IClusterTask
Implements IClusterStoreObject
Implements

Properties

Id (Inherited from IClusterStoreObject)
TaskId

Methods

BeginSubmit(AsyncCallback, Object)
Clone(StoreProperty[])
Configure()
EndSubmit(IAsyncResult)
GetAllProps() (Inherited from IClusterStoreObject)
GetEnvironmentVariables()
GetProps(PropertyId[]) (Inherited from IClusterStoreObject)
GetPropsByName(String[]) (Inherited from IClusterStoreObject)
PersistToXml(XmlWriter, XmlExportOptions) (Inherited from IClusterStoreObject)
RestoreFromXml(XmlReader, XmlImportOptions) (Inherited from IClusterStoreObject)
ServiceConclude(Boolean)
SetEnvironmentVariable(String, String)
SetProps(StoreProperty[]) (Inherited from IClusterStoreObject)
SubmitTask()

Applies to