Click or drag to resize
MvEndPointOnConnect Method
Called when the connection between the component and the server is established.

Namespace: RW.Server.Component
Assembly: RW.Server.Component (in RW.Server.Component.dll) Version: 6.3.0.0 (0.8.0.0)
Syntax
protected virtual void OnConnect()
Remarks
The default implementation does nothing.
See Also