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
Samarbejd med os på GitHub
Kilden til dette indhold kan findes på GitHub, hvor du også kan oprette og gennemse problemer og pullanmodninger. Du kan få flere oplysninger i vores vejledning til bidragydere.