AttributesFactorySetClientNotificationEnabled Method |
Note: This API is now obsolete.
Enables/disables client noficiations for a Thin client region.
Namespace: GemStone.GemFire.CacheAssembly: 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
)
<ObsoleteAttribute("This method is obsolete since 3.5; use PoolFactory.SetSubscriptionEnabled instead.")>
Public Sub SetClientNotificationEnabled (
clientNotificationEnabled As Boolean
)
public:
[ObsoleteAttribute(L"This method is obsolete since 3.5; use PoolFactory.SetSubscriptionEnabled instead.")]
void SetClientNotificationEnabled(
bool clientNotificationEnabled
)
[<ObsoleteAttribute("This method is obsolete since 3.5; use PoolFactory.SetSubscriptionEnabled instead.")>]
member SetClientNotificationEnabled :
clientNotificationEnabled : bool -> unit
Parameters
- clientNotificationEnabled
- Type: SystemBoolean
true if client notifications have to be enabled; false otherwise
See Also