RegionUnregisterRegex Method |
Unregister interest for the keys of the region that match the
given regular expression to stop getting updates for them.
The regular expression must have been registered previously using
a RegisterRegex call.
Valid only for a Native Client region when client notification
( [!:AttributesFactory.SetClientNotificationEnabled] ) is true.
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic void UnregisterRegex(
string regex
)
Public Sub UnregisterRegex (
regex As String
)
public:
void UnregisterRegex(
String^ regex
)
member UnregisterRegex :
regex : string -> unit
Parameters
- regex
- Type: SystemString
Exceptions
See Also