Client CreateProxyToIdInstance I  Method NetworkComms.Net Help
Creates a remote proxy to an object with a specific identifier implementing the supplied interface with the specified server

Namespace: RemoteProcedureCalls
Assembly: RemoteProcedureCalls (in RemoteProcedureCalls.dll) Version: 3.0.0.0 (3.0.0.0)
Syntax

public static I CreateProxyToIdInstance<I>(
	Connection connection,
	string instanceId,
	SendReceiveOptions options = null
)
where I : class
Type Parameters

I
The interface to use for the proxy

Return Value

Type: I
A proxy class for the interface T allowing remote procedure calls
See Also