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