RpcHelper Methods |
The RpcHelper type exposes the following members.
| Name | Description | |
|---|---|---|
| AbortRetries |
Aborts any retry attempts done by TryRemotingCall(Action, Int32, Int32).
| |
| CloseConnections |
Closes all RPC client connections that are not currently being used.
| |
| CreateClientT |
Creates a client for the specified RPC service.
| |
| RegisterServerChannels |
Registers the server channels.
| |
| RegisterService |
Registers an object as a well-known service.
| |
| TryRemotingCall |
Tries to execute a remoting calls, and retries it if a network failure occurs.
| |
| UnregisterServerChannels |
Unregisters the server channels.
|