| C# | Visual Basic | Visual C++ |
EtchBridgeServer NewEtchBridgeServer( RemoteEtchBridgeClient client )
Function NewEtchBridgeServer ( _ client As RemoteEtchBridgeClient _ ) As EtchBridgeServer
EtchBridgeServer^ NewEtchBridgeServer( RemoteEtchBridgeClient^ client )
- client (RemoteEtchBridgeClient)
- an RemoteEtchBridgeClient instance for server implementation to use to call back to the client.
an instance of EtchBridgeServer (e.g., ImplEtchBridgeServer) to
handle messages which arrive from the client.