Gets the controller for a particular channel.

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

Syntax

C#
public ISimpleController GetController(
	int chanIndex
)
Visual Basic (Declaration)
Public Function GetController ( _
	chanIndex As Integer _
) As ISimpleController
Visual C++
public:
virtual ISimpleController^ GetController(
	int chanIndex
) sealed

Parameters

chanIndex
Type: System..::.Int32
Chan index.

Return Value

ISimpleController

Implements

IAppServerMgrProxy2..::.GetController(Int32)

See Also