Click or drag to resize
CacheFactorySetSubscriptionAckInterval Method
Sets the is the interval in milliseconds to wait before sending acknowledgements to the bridge server for events received from the server subscriptions.

Namespace: GemStone.GemFire.Cache
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
public CacheFactory SetSubscriptionAckInterval(
	int ackInterval
)

Parameters

ackInterval
Type: SystemInt32

Return Value

Type: CacheFactory
a instance of CacheFactory
Exceptions
ExceptionCondition
throws IllegalArgumentException if ackInterval is less than or equal to 0.
See Also