GigaSpaces XAP.NET Documentation
BatchTime Property
Class LibraryGigaSpaces.Core.EventsEventSessionConfigBatchTime
Gets or sets the maximum elapsed time, in milliseconds, between two batch notifications.
Declaration Syntax
C#Visual BasicVisual C++J#
public long BatchTime { get; set; }
Public Property BatchTime As Long
public:
property long long BatchTime {
	long long get ();
	void set (long long value);
}
/** @property */
public long get_BatchTime()
/** @property */
public  void set_BatchTime(long value)
See Also

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 10.0.0.0 (10.0.1.11800)