System.Runtime.Remoting.Lifetime.ILease.RenewOnCallTime Property

Gets or sets the amount of time by which a call to the remote object renews the ILease.CurrentLeaseTime.

Syntax

public TimeSpan RenewOnCallTime { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

When you make a call to a remote object, the lifetime service adds the ILease.RenewOnCallTime to the ILease.CurrentLeaseTime only if the ILease.CurrentLeaseTime has dropped below the ILease.RenewOnCallTime. Sequential calls therefore do not increase the ILease.CurrentLeaseTime without bound. Instead, immediately after any call, the ILease.CurrentLeaseTime is guaranteed to be the ILease.RenewOnCallTime or longer.

Requirements

Namespace: System.Runtime.Remoting.Lifetime
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0