Click or drag to resize

RpcHelper Methods

The RpcHelper type exposes the following members.

Methods
 NameDescription
Public methodStatic memberAbortRetries Aborts any retry attempts done by TryRemotingCall(Action, Int32, Int32).
Public methodStatic memberCloseConnections Closes all RPC client connections that are not currently being used.
Public methodStatic memberCreateClientT Creates a client for the specified RPC service.
Public methodStatic memberRegisterServerChannels Registers the server channels.
Public methodStatic memberRegisterService Registers an object as a well-known service.
Public methodStatic memberTryRemotingCall Tries to execute a remoting calls, and retries it if a network failure occurs.
Public methodStatic memberUnregisterServerChannels Unregisters the server channels.
Top
See Also