Creates a remote proxy to an object with a specific identifier implementing the supplied interface with the specified server
Namespace: RemoteProcedureCallsAssembly: RemoteProcedureCalls (in RemoteProcedureCalls.dll) Version: 3.0.0.0 (3.0.0.0)
Syntax
Parameters
- connection
- Type: NetworkCommsDotNet.Connections Connection
The connection over which to perform remote procedure calls
- instanceId
- Type: System String
Unique identifier for the instance on the server
- options (Optional)
- Type: NetworkCommsDotNet SendReceiveOptions
SendRecieve options to use
Type Parameters
- I
- The interface to use for the proxy
Return Value
Type: IA proxy class for the interface T allowing remote procedure calls
See Also