GigaSpaces XAP.NET Documentation
IdleTimeThreshold Property
Class LibraryGigaSpaces.Core.ReplicationGatewayConfigIdleTimeThreshold
Gets or sets the maximum time (in milliseconds) pending replication packets should wait before being replicated if PendingOperationThreshold has not been breached.
Declaration Syntax
C#Visual BasicVisual C++J#
public Nullable<long> IdleTimeThreshold { get; set; }
Public Property IdleTimeThreshold As Nullable(Of Long)
public:
property Nullable<long long> IdleTimeThreshold {
	Nullable<long long> get ();
	void set (Nullable<long long> value);
}
/** @property */
public Nullable<long> get_IdleTimeThreshold()
/** @property */
public  void set_IdleTimeThreshold(Nullable<long> value)

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 9.1.2.7920 (9.1.2.7920)