ILease.InitialLeaseTime Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the initial time for the lease.
public:
property TimeSpan InitialLeaseTime { TimeSpan get(); void set(TimeSpan value); };
public TimeSpan InitialLeaseTime { get; set; }
public TimeSpan InitialLeaseTime { [System.Security.SecurityCritical] get; [System.Security.SecurityCritical] set; }
member this.InitialLeaseTime : TimeSpan with get, set
[<get: System.Security.SecurityCritical>]
[<set: System.Security.SecurityCritical>]
member this.InitialLeaseTime : TimeSpan with get, set
Public Property InitialLeaseTime As TimeSpan
Property Value
The initial time for the lease.
- Attributes
Exceptions
The immediate caller makes the call through a reference to the interface and does not have infrastructure permission.
Remarks
If the InitialLeaseTime property is set to TimeSpan.Zero, then the lease will never time out and the object associated with it will have an infinite lifetime.
Applies to
Colaborați cu noi pe GitHub
Sursa pentru acest conținut poate fi găsită pe GitHub, unde puteți, de asemenea, să creați și să consultați probleme și solicitări de tragere. Pentru mai multe informații, consultați ghidul nostru pentru colaboratori.