GigaSpaces XAP.NET Documentation
MaxDisconnectionDuration Property
Class LibraryGigaSpaces.Core.CacheLocalCacheFactoryMaxDisconnectionDuration
Gets or sets the maximum allowed duration to hold stale data in the view before restarting the view. This occurrs when the connection is lost with the remote space for the specified duration. Null value indicates that the default value will be used.
Declaration Syntax
C#Visual BasicVisual C++J#
public Nullable<long> MaxDisconnectionDuration { get; set; }
Public Property MaxDisconnectionDuration As Nullable(Of Long)
public:
property Nullable<long long> MaxDisconnectionDuration {
	Nullable<long long> get ();
	void set (Nullable<long long> value);
}
/** @property */
public Nullable<long> get_MaxDisconnectionDuration()
/** @property */
public  void set_MaxDisconnectionDuration(Nullable<long> value)

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 10.1.0.0 (10.1.1.12800)