Creates a channel status object.

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

Syntax

C#
IChanStatus CreateChanStatus(
	string app,
	Object channelId
)
Visual Basic (Declaration)
Function CreateChanStatus ( _
	app As String, _
	channelId As Object _
) As IChanStatus
Visual C++
IChanStatus^ CreateChanStatus(
	String^ app, 
	Object^ channelId
)

Parameters

app
Type: System..::.String
Application.
channelId
Type: System..::.Object
Channel ID. Value can either be an int value (e.g. 0, 1, ... max channel number) or a channel ID string (e.g. "C1", "R2", "P1", etc.). See the K2's c:\profile\config\config.xml file for more examples.

Return Value

IChanStatus instance

See Also