SystemPropertiesNotifyAckInterval Property |
Returns the periodic notify ack interval
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic int NotifyAckInterval { get; }
Public ReadOnly Property NotifyAckInterval As Integer
Get
public:
property int NotifyAckInterval {
int get ();
}
member NotifyAckInterval : int with get
Return Value
Type:
Int32the NotifyAckInterval value
See Also