Closes a controller.

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

Syntax

C#
void CloseController(
	Object channelId
)
Visual Basic (Declaration)
Sub CloseController ( _
	channelId As Object _
)
Visual C++
void CloseController(
	Object^ channelId
)

Parameters

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.

See Also