Click or drag to resize

RpcHelper Class

Provides functionality for registering remoting channels and services.
Inheritance Hierarchy
SystemObject
  Ookii.Jumbo.RpcRpcHelper

Namespace: Ookii.Jumbo.Rpc
Assembly: Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntax
public static class RpcHelper

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