Sets the protocol user.

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

Syntax

C#
public void SetProtocolUser(
	int chanNum,
	string user
)
Visual Basic (Declaration)
Public Sub SetProtocolUser ( _
	chanNum As Integer, _
	user As String _
)
Visual C++
public:
virtual void SetProtocolUser(
	int chanNum, 
	String^ user
) sealed

Parameters

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

Implements

IAppServer2..::.SetProtocolUser(Int32, String)

See Also