Click or drag to resize
AttributesFactorySetClientNotificationEnabled Method

Note: This API is now obsolete.

Enables/disables client noficiations for a Thin client region.

Namespace: GemStone.GemFire.Cache
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
[ObsoleteAttribute("This method is obsolete since 3.5; use PoolFactory.SetSubscriptionEnabled instead.")]
public void SetClientNotificationEnabled(
	bool clientNotificationEnabled
)

Parameters

clientNotificationEnabled
Type: SystemBoolean
true if client notifications have to be enabled; false otherwise
See Also