Overload List
| Name | Description | |
|---|---|---|
| RegisterRegex(String) |
Register interest for the keys of the region that match the
given regular expression to get updates from the server.
Valid only for a Native Client region when client notification
( SetClientNotificationEnabled(Boolean) ) is true.
| |
| RegisterRegex(String, Boolean) |
Register interest for the keys of the region that match the
given regular expression to get 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.
| |
| RegisterRegex(String, Boolean, List<(Of <ICacheableKey>)>) |
Register interest for the keys of the region that match the
given regular expression to get 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.
| |
| RegisterRegex(String, Boolean, List<(Of <ICacheableKey>)>, Boolean) |
Register interest for the keys of the region that match the
given regular expression to get 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.
|