Unregister interest for all the keys of the region to stop
getting updates for them.
Valid only for a Native Client region when client notification
( SetClientNotificationEnabled(Boolean) ) is true.
Namespace: GemStone.GemFire.Cache
Assembly: GemStone.GemFire.Cache (in GemStone.GemFire.Cache.dll)
Version: 2.7.0.1
Syntax
| C# |
|---|
public void UnregisterAllKeys() |
| Visual Basic (Declaration) |
|---|
Public Sub UnregisterAllKeys |
| Visual C++ |
|---|
public: void UnregisterAllKeys () |
Exceptions
| Exception | Condition |
|---|---|
| GemStone.GemFire.Cache..::IllegalStateException | If not previously registered all keys. |
| GemStone.GemFire.Cache..::CacheServerException | If an exception is received from the Java cache server. |
| GemStone.GemFire.Cache..::NotConnectedException | if not connected to the GemFire system because the client cannot establish usable connections to any of the servers given to it. |
| GemStone.GemFire.Cache..::RegionDestroyedException | If region destroy is pending. |
| GemStone.GemFire.Cache..::UnsupportedOperationException | If the region is not a Native Client region or SetClientNotificationEnabled(Boolean) is false. |
| GemStone.GemFire.Cache..::TimeoutException | if the operation timed out |
| GemStone.GemFire.Cache..::UnknownException | For other exceptions. |
See Also
Region Class
GemStone.GemFire.Cache Namespace