Click or drag to resize
PoolFactorySetSubscriptionEnabled Method
Enable subscriptions.

Namespace: GemStone.GemFire.Cache
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
public PoolFactory SetSubscriptionEnabled(
	bool enabled
)

Parameters

enabled
Type: SystemBoolean

Return Value

Type: PoolFactory
Remarks
If set to true then the created pool will have server-to-client subscriptions enabled. If set to false then all Subscription* attributes are ignored at create time.
See Also