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#
bool IsChannelAccessAllowedForUser(
	int chanNum
)
Visual Basic (Declaration)
Function IsChannelAccessAllowedForUser ( _
	chanNum As Integer _
) As Boolean
Visual C++
bool IsChannelAccessAllowedForUser(
	int chanNum
)

Parameters

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

Return Value

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

See Also