Enables/disables client noficiations for a Thin client region.
Namespace: GemStone.GemFire.Cache
Assembly: GemStone.GemFire.Cache (in GemStone.GemFire.Cache.dll)
Version: 2.5.0.1
Syntax
| C# |
|---|
public void SetClientNotificationEnabled( bool clientNotificationEnabled ) |
| Visual Basic (Declaration) |
|---|
Public Sub SetClientNotificationEnabled ( _ clientNotificationEnabled As Boolean _ ) |
| Visual C++ |
|---|
public: void SetClientNotificationEnabled ( bool clientNotificationEnabled ) |
Parameters
- clientNotificationEnabled
- Boolean
true if client notifications have to be enabled; false otherwise
See Also
AttributesFactory Class
GemStone.GemFire.Cache Namespace