IServerDisconnectOne Method
Disconnects a connected client.
Namespace: Gemstone.CommunicationAssembly: Gemstone.Communication (in Gemstone.Communication.dll) Version: 1.0.158 -- Release Build+da7bd631cc12b0fea731daab2fc989c84193b7fc
void DisconnectOne(
Guid clientID
)
Sub DisconnectOne (
clientID As Guid
)
void DisconnectOne(
Guid clientID
)
function DisconnectOne(clientID);
Parameters
- clientID Guid
- ID of the client to be disconnected.