Gets the protocol user.

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

Syntax

C#
public string GetProtocolUser(
	int chanNum
)
Visual Basic (Declaration)
Public Function GetProtocolUser ( _
	chanNum As Integer _
) As String
Visual C++
public:
virtual String^ GetProtocolUser(
	int chanNum
) sealed

Parameters

chanNum
Type: System..::.Int32
The channel number.

Return Value

protocol username

Implements

IAppServer2..::.GetProtocolUser(Int32)

See Also