GigaSpaces XAP.NET Documentation
BatchTimeout Property
Class LibraryGigaSpaces.Core.CacheLocalCacheConfigBatchTimeout
Gets or sets the local view batch timeout (i.e. maximum time the server will batch entries before updating the client. Null value indicates that the default value will be used.
Declaration Syntax
C#Visual BasicVisual C++J#
public Nullable<long> BatchTimeout { get; set; }
Public Property BatchTimeout As Nullable(Of Long)
public:
property Nullable<long long> BatchTimeout {
	Nullable<long long> get ();
	void set (Nullable<long long> value);
}
/** @property */
public Nullable<long> get_BatchTimeout()
/** @property */
public  void set_BatchTimeout(Nullable<long> value)

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 12.1.0.0 (12.1.0.17000)