RegionAttributesClientNotificationEnabled Property |
True if client notification is enabled.
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic bool ClientNotificationEnabled { get; }
Public ReadOnly Property ClientNotificationEnabled As Boolean
Get
public:
property bool ClientNotificationEnabled {
bool get ();
}
member ClientNotificationEnabled : bool with get
Return Value
Type:
Booleantrue if enabled
See Also