PoolFactorySetSubscriptionEnabled Method |
Enable subscriptions.
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic PoolFactory SetSubscriptionEnabled(
bool enabled
)
Public Function SetSubscriptionEnabled (
enabled As Boolean
) As PoolFactory
public:
PoolFactory^ SetSubscriptionEnabled(
bool enabled
)
member SetSubscriptionEnabled :
enabled : bool -> PoolFactory
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