Allocates the channel by name

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

Syntax

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

Parameters

chanName
Type: System..::.String
Name of the chan.
ownerName
Type: System..::.String
Name of the owner.
ownerUuid
Type: System..::.String
Owner UUID.
chanDefXml
Type: System..::.String %
Channel def'n XML.

See Also