Click or drag to resize

IServerFindChannel Method

Finds the matching IChannel.

Namespace:  AdiIRCAPI
Assembly:  AdiIRCAPI (in AdiIRCAPI.dll) Version: 1.8.0.0 (1.8.0.0)
Syntax
IChannel FindChannel(
	string Name
)

Parameters

Name
Type: SystemString
String

Return Value

Type: IChannel
A IChannel object or null
See Also