Gets or sets the time that takes to reach the server and return (Round trip time) in milliseconds.
This value will be the time the renew request will be sent to the server prior to the end of the current lease.
Declaration Syntax
C# | Visual Basic | Visual C++ | J# |
[ObsoleteAttribute("Since 9.7 - Customizing auto-renew parameters is deprecated")] public long AutoRenewRTT { get; set; }
<ObsoleteAttribute("Since 9.7 - Customizing auto-renew parameters is deprecated")> _ Public Property AutoRenewRTT As Long Get Set
[ObsoleteAttribute(L"Since 9.7 - Customizing auto-renew parameters is deprecated")] public: property long long AutoRenewRTT { long long get (); void set (long long value); }
/** @property */ /** @attribute ObsoleteAttribute("Since 9.7 - Customizing auto-renew parameters is deprecated") */ public long get_AutoRenewRTT() /** @property */ /** @attribute ObsoleteAttribute("Since 9.7 - Customizing auto-renew parameters is deprecated") */ public void set_AutoRenewRTT(long value)