Click or drag to resize

IServerDisconnectOne Method

Disconnects a connected client.

Namespace: GSF.Communication
Assembly: GSF.Communication (in GSF.Communication.dll) Version: 2.4.181-beta
Syntax
void DisconnectOne(
	Guid clientID
)

Parameters

clientID  Guid
ID of the client to be disconnected.
See Also