Click or drag to resize
PoolFactorySetSubscriptionAckInterval 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.Generic
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
public PoolFactory SetSubscriptionAckInterval(
	int ackInterval
)

Parameters

ackInterval
Type: SystemInt32

Return Value

Type: PoolFactory
Exceptions
ExceptionCondition
throws IllegalArgumentException if ackInterval is less than or equal to 0.
See Also