Click or drag to resize

RpcHelperTryRemotingCall Method

Tries to execute a remoting calls, and retries it if a network failure occurs.

Namespace: Ookii.Jumbo.Rpc
Assembly: Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntax
public static void TryRemotingCall(
	Action remotingAction,
	int retryInterval,
	int maxRetries
)

Parameters

remotingAction  Action
The Action that performs the remoting call.
retryInterval  Int32
The amount of time to wait, in milliseconds, before retrying after a failure.
maxRetries  Int32
The maximum amount of times to retry, or -1 to retry indefinitely.
See Also