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 Basic | Visual C++ | J# |
public Nullable<long> MaxDisconnectionDuration { get; set; }
Public Property MaxDisconnectionDuration As Nullable(Of Long) Get Set
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)