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: 2.0.0
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