ServerBaseOnClientConnected Method
Namespace: Gemstone.CommunicationAssembly: Gemstone.Communication (in Gemstone.Communication.dll) Version: 1.0.158 -- Release Build+da7bd631cc12b0fea731daab2fc989c84193b7fc
protected virtual void OnClientConnected(
Guid clientID
)
Protected Overridable Sub OnClientConnected (
clientID As Guid
)
protected:
virtual void OnClientConnected(
Guid clientID
)
function OnClientConnected(clientID);
Parameters
- clientID Guid
- ID of client to send to ClientConnected event.