Overload List
| Name | Description | |
|---|---|---|
| UnregisterKeys(array<CacheableKey>[]()) |
Unregisters an array of keys to stop getting updates for them.
Valid only for a Native Client region when client notification
( SetClientNotificationEnabled(Boolean) ) is true.
| |
| UnregisterKeys(array<ICacheableKey>[]()) |
Unregisters an array of keys to stop getting updates for them.
Valid only for a Native Client region when client notification
( SetClientNotificationEnabled(Boolean) ) is true.
| |
| UnregisterKeys(array<CacheableKey>[](), IGFSerializable) |
Unregisters an array of keys to stop getting updates for them.
Valid only for a Native Client region when client notification
( SetClientNotificationEnabled(Boolean) ) is true.
| |
| UnregisterKeys(array<ICacheableKey>[](), IGFSerializable) |
Unregisters an array of keys to stop getting updates for them.
Valid only for a Native Client region when client notification
( SetClientNotificationEnabled(Boolean) ) is true.
|