Allocates a channel.

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

Syntax

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

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.

Implements

IConfigMgr..::.AllocateChannel(Int32, String, String, String%)

See Also