Overload List
| Name | Description | |
|---|---|---|
| RegisterKeys(array<CacheableKey>[]()) |
Registers an array of keys for getting updates from the server.
Valid only for a Native Client region when client notification
( SetClientNotificationEnabled(Boolean) ) is true.
| |
| RegisterKeys(array<ICacheableKey>[]()) |
Registers an array of keys for getting updates from the server.
Valid only for a Native Client region when client notification
( SetClientNotificationEnabled(Boolean) ) is true.
| |
| RegisterKeys(array<CacheableKey>[](), IGFSerializable) |
Registers an array of keys for getting updates from the server.
Valid only for a Native Client region when client notification
( SetClientNotificationEnabled(Boolean) ) is true.
| |
| RegisterKeys(array<ICacheableKey>[](), IGFSerializable) |
Registers an array of keys for getting updates from the server.
Valid only for a Native Client region when client notification
( SetClientNotificationEnabled(Boolean) ) is true.
| |
| RegisterKeys(array<CacheableKey>[](), IGFSerializable, Boolean) |
Registers an array of keys for getting updates from the server.
Valid only for a Native Client region when client notification
( SetClientNotificationEnabled(Boolean) ) is true.
Should only be called for durable clients and with cache server version 5.5 onwards.
| |
| RegisterKeys(array<ICacheableKey>[](), IGFSerializable, Boolean) |
Registers an array of keys for getting updates from the server.
Valid only for a Native Client region when client notification
( SetClientNotificationEnabled(Boolean) ) is true.
Should only be called for durable clients and with cache server version 5.5 onwards.
|