| MvEndPointOnConnect Method |
Called when the connection between the
component and the server is established.
Namespace: RW.Server.ComponentAssembly: RW.Server.Component (in RW.Server.Component.dll) Version: 6.3.0.0 (0.8.0.0)
Syntax protected virtual void OnConnect()
Protected Overridable Sub OnConnect
protected:
virtual void OnConnect()
Remarks
The default implementation does nothing.
See Also