Allocates the channel.

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

Syntax

C#
void AllocateChannel(
	int chanNum,
	string ownerName,
	string ownerUuid,
	out string chanDefXml
)
Visual Basic (Declaration)
Sub AllocateChannel ( _
	chanNum As Integer, _
	ownerName As String, _
	ownerUuid As String, _
	<OutAttribute> ByRef chanDefXml As String _
)
Visual C++
void AllocateChannel(
	int chanNum, 
	String^ ownerName, 
	String^ ownerUuid, 
	[OutAttribute] String^% chanDefXml
)

Parameters

chanNum
Type: System..::.Int32
Chan num.
ownerName
Type: System..::.String
Name of the owner.
ownerUuid
Type: System..::.String
Owner UUID.
chanDefXml
Type: System..::.String %
Chan def XML.

See Also