Click or drag to resize
ChannelSubscribeFinishedEventHandler Delegate
Used to marks the end of multiple calls to ChannelSubscribed

Namespace:  TeamSpeak.Sdk.Client
Assembly:  TeamSpeak.Sdk (in TeamSpeak.Sdk.dll) Version: 0.1.6124.20226 (0.1.0.0)
Syntax
public delegate void ChannelSubscribeFinishedEventHandler(
	Connection connection
)

Parameters

connection
Type: TeamSpeak.Sdk.ClientConnection
the connection
See Also