Gets the M-Series ID info.

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

Syntax

C#
public void GetMSeriesIdInfo(
	IdComp idc,
	out string val
)
Visual Basic (Declaration)
Public Sub GetMSeriesIdInfo ( _
	idc As IdComp, _
	<OutAttribute> ByRef val As String _
)
Visual C++
public:
virtual void GetMSeriesIdInfo(
	IdComp idc, 
	[OutAttribute] String^% val
) sealed

Parameters

idc
Type: GrassValley.Mseries.Status..::.IdComp
Idc.
val
Type: System..::.String %
Val.

Implements

IAppServerMgrProxy..::.GetMSeriesIdInfo(IdComp, String%)

See Also