Edit

Share via


ICspStatuses.Item[] Property

Definition

Overloads

Item[CCspStatus]
Item[Int32]
Item[String, String]
Item[String, String, AlgorithmOperationFlags]

Item[CCspStatus]

public Microsoft.Hpc.Scheduler.Store.CCspStatus this[Microsoft.Hpc.Scheduler.Store.CCspStatus pCspStatus] { get; }
member this.Item(Microsoft.Hpc.Scheduler.Store.CCspStatus) : Microsoft.Hpc.Scheduler.Store.CCspStatus
Default Public ReadOnly Property Item(pCspStatus As CCspStatus) As CCspStatus

Parameters

pCspStatus
CCspStatus

Property Value

Applies to

Item[Int32]

public Microsoft.Hpc.Scheduler.Store.CCspStatus this[int Index] { get; }
member this.Item(int) : Microsoft.Hpc.Scheduler.Store.CCspStatus
Default Public ReadOnly Property Item(Index As Integer) As CCspStatus

Parameters

Index
Int32

Property Value

Applies to

Item[String, String]

public Microsoft.Hpc.Scheduler.Store.CCspStatus this[string strCspName, string strAlgorithmName] { get; }
member this.Item(string * string) : Microsoft.Hpc.Scheduler.Store.CCspStatus
Default Public ReadOnly Property Item(strCspName As String, strAlgorithmName As String) As CCspStatus

Parameters

strCspName
String
strAlgorithmName
String

Property Value

Applies to

Item[String, String, AlgorithmOperationFlags]

public Microsoft.Hpc.Scheduler.Store.CCspStatus this[string strCspName, string strAlgorithmName, Microsoft.Hpc.Scheduler.Store.AlgorithmOperationFlags Operations] { get; }
member this.Item(string * string * Microsoft.Hpc.Scheduler.Store.AlgorithmOperationFlags) : Microsoft.Hpc.Scheduler.Store.CCspStatus
Default Public ReadOnly Property Item(strCspName As String, strAlgorithmName As String, Operations As AlgorithmOperationFlags) As CCspStatus

Parameters

strCspName
String
strAlgorithmName
String

Property Value

Applies to