ServiceListenerOnDisconnectedClient Method |
Triggered when a client is disconnected from the service.
Namespace: OIV.RemoteViz.RenderingAssembly: OIV.RemoteViz (in OIV.RemoteViz.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public virtual void OnDisconnectedClient(
string clientId
)
Public Overridable Sub OnDisconnectedClient (
clientId As String
)
public:
virtual void OnDisconnectedClient(
String^ clientId
)
abstract OnDisconnectedClient :
clientId : string -> unit
override OnDisconnectedClient :
clientId : string -> unit
Parameters
- clientId
- Type: SystemString
: ID identifying the client
Remarks
Default behavior : do nothing
See Also