Determines whether the user has rights to use the channel.

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

Syntax

C#
public bool IsChannelAccessAllowedForUser(
	int chanNum
)
Visual Basic (Declaration)
Public Function IsChannelAccessAllowedForUser ( _
	chanNum As Integer _
) As Boolean
Visual C++
public:
virtual bool IsChannelAccessAllowedForUser(
	int chanNum
) sealed

Parameters

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

Return Value

true if the user can use the channel; otherwise, false.

Implements

IAppServer2..::.IsChannelAccessAllowedForUser(Int32)

See Also