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