Click or drag to resize
ConnectionFindClient Method
Returns every client with a matching UniqueId

Namespace:  TeamSpeak.Sdk.Client
Assembly:  TeamSpeak.Sdk (in TeamSpeak.Sdk.dll) Version: 0.1.6124.20226 (0.1.0.0)
Syntax
public Task<ICollection<Client>> FindClient(
	string uniqueIdentifier
)

Parameters

uniqueIdentifier
Type: SystemString
UniqueId to look for

Return Value

Type: TaskICollectionClient
A task that represents the asynchronous search operation.
See Also