IAddressProviderReject Method |
.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
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.1 (14.1.1.1)
Syntaxvoid Reject(
Exception eCause
)
Parameters
- eCause
- Type: SystemException
(Optional) an exception that carries the reason why the caller
rejected the previously returned address.
See Also