The Client type exposes the following members.
Back to Top
Back to Top
Methods
Name | Description | |
---|---|---|
CreateProxyToIdInstance I |
Creates a remote proxy to an object with a specific identifier implementing the supplied interface with the specified server
| |
CreateProxyToPrivateInstance I |
Creates a remote proxy instance for the desired interface with the specified server and object identifier. Instance is private to this client in the sense that no one else can
use the instance on the server unless they have the instanceId returned by this method
| |
CreateProxyToPublicNamedInstance I |
Creates a remote proxy instance for the desired interface with the specified server and object identifier. Instance is public in sense that any client can use specified name to make
calls on the same server side object
| |
DestroyRPCClient |
Causes the provided IRPCProxy instance to be disposed
| |
RemoteCallClient |
Private method for simplifying the remote procedure call. I don't want to write this in IL!!
|
Properties
Name | Description | |
---|---|---|
DefaultRPCTimeout |
The default timeout period in ms for new RPC proxies. Default value is 1000ms
| |
RPCInitialisationTimeout |
The timeout period allowed for creating new RPC proxies
|
See Also