Gets the resource status.

Namespace:  GrassValley.Mseries.Control
Assembly:  GrassValley.Mseries.Control (in GrassValley.Mseries.Control.dll) Version: 1.0.0.0

Syntax

C#
Object GetResourceStatus(
	string resType,
	int resNum,
	string statusQuery
)
Visual Basic (Declaration)
Function GetResourceStatus ( _
	resType As String, _
	resNum As Integer, _
	statusQuery As String _
) As Object
Visual C++
Object^ GetResourceStatus(
	String^ resType, 
	int resNum, 
	String^ statusQuery
)

Parameters

resType
Type: System..::.String
Resource type.
resNum
Type: System..::.Int32
Resource number.
statusQuery
Type: System..::.String
Status query.

Return Value

object or object array

Remarks

Multiple resource status parameter values can be requested by putting more than one name string in the status query. Status names should be separated by white space or the ‘+’ character. When a single value is requested, a single object is returned. When returning multiple values, an object array is returned. The order of elements in this array matches the order in the status query.

See Also