CacheFactorySetSubscriptionEnabled Method |
Enable subscriptions.
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic CacheFactory SetSubscriptionEnabled(
bool enabled
)
Public Function SetSubscriptionEnabled (
enabled As Boolean
) As CacheFactory
public:
CacheFactory^ SetSubscriptionEnabled(
bool enabled
)
member SetSubscriptionEnabled :
enabled : bool -> CacheFactory
Parameters
- enabled
- Type: SystemBoolean
Return Value
Type:
CacheFactory
a instance of
CacheFactory
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