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.GenericAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic PoolFactory SetSubscriptionAckInterval(
int ackInterval
)
Public Function SetSubscriptionAckInterval (
ackInterval As Integer
) As PoolFactory
public:
PoolFactory^ SetSubscriptionAckInterval(
int ackInterval
)
member SetSubscriptionAckInterval :
ackInterval : int -> PoolFactory
Parameters
- ackInterval
- Type: SystemInt32
Return Value
Type:
PoolFactory
ExceptionsException | Condition |
---|
|
throws IllegalArgumentException if ackInterval is less than or equal to 0.
|
See Also