Conaito VoIP Video EVO.NET SDKNamespace: ConaitoAssembly: VoIPVideoEvoNET32 (in VoIPVideoEvoNET32.dll) Version: 4.4.0.2200 (4.4.0.2200)
public bool GetChannel(
	int nChannelID,
	out Channel lpChannel
)
public bool GetChannel(
	int nChannelID,
	out Channel lpChannel
)
Public Function GetChannel ( 
	nChannelID As Integer,
	<OutAttribute> ByRef lpChannel As Channel
) As Boolean
Public Function GetChannel ( 
	nChannelID As Integer,
	<OutAttribute> ByRef lpChannel As Channel
) As Boolean
public:
bool GetChannel(
	int nChannelID, 
	[OutAttribute] Channel% lpChannel
)
public:
bool GetChannel(
	int nChannelID, 
	[OutAttribute] Channel% lpChannel
)
Return Value
Type: 
Boolean