Causes the current Handle to leave the specified channel.

Namespace:  Bone
Assembly:  BoneNet (in BoneNet.dll) Version: 0.1.3089.35299 (0.1.0)

Syntax

C#
public bool LeaveChannel(
	string channelName
)
Visual Basic (Declaration)
Public Function LeaveChannel ( _
	channelName As String _
) As Boolean
Visual C++
public:
bool LeaveChannel(
	String^ channelName
)

Parameters

channelName
Type: System..::.String
Name of the channel to leave

Return Value

true on failure.

See Also