IAddressProvider Interface |
Namespace: Tangosol.Net
public interface IAddressProvider
The IAddressProvider type exposes the following members.
Name | Description | |
---|---|---|
![]() | NextAddress |
Next available address to use.
|
Name | Description | |
---|---|---|
![]() | Accept |
This method should be called by the client immediately after it
determines that it can successfully use an address returned by
the NextAddress.
|
![]() | Reject |
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.
|