Gets or sets the lease period, in milliseconds, used to auto renew the Event Session.
This period defines the max time passes between session failure, and the time the failure notifications is received.
The parameter value must be bigger than AutoRenewRTT.
Declaration Syntax
C# | Visual Basic | Visual C++ | J# |
[ObsoleteAttribute("Since 9.7 - Customizing auto-renew parameters is deprecated")] public long AutoRenewLeaseDuration { get; set; }
<ObsoleteAttribute("Since 9.7 - Customizing auto-renew parameters is deprecated")> _ Public Property AutoRenewLeaseDuration As Long Get Set
[ObsoleteAttribute(L"Since 9.7 - Customizing auto-renew parameters is deprecated")] public: property long long AutoRenewLeaseDuration { long long get (); void set (long long value); }
/** @property */ /** @attribute ObsoleteAttribute("Since 9.7 - Customizing auto-renew parameters is deprecated") */ public long get_AutoRenewLeaseDuration() /** @property */ /** @attribute ObsoleteAttribute("Since 9.7 - Customizing auto-renew parameters is deprecated") */ public void set_AutoRenewLeaseDuration(long value)