Click or drag to resize

ConfigurableAddressProviderReject Method

Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
This method should be called by the client immediately after it determines that an attempt to use an address returned by the NextAddress has failed.

Namespace:  Tangosol.Net
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
Syntax
C#
public virtual void Reject(
	Exception eCause
)

Parameters

eCause
Type: SystemException
(Optional) an exception that carries the reason why the caller rejected the previously returned address.

Implements

IAddressProviderReject(Exception)
See Also