| 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.5.0.0 (6.5.0.0)
Syntax protected virtual void OnConnect()
Protected Overridable Sub OnConnect
protected:
virtual void OnConnect()
Remarks
The default implementation does nothing.
See Also