mscorlib(4.0.0.0) API with additions
ISponsor.cs
2 using System.Security;
3 
5 {
7  [ComVisible(true)]
8  public interface ISponsor
9  {
14  [SecurityCritical]
15  TimeSpan Renewal(ILease lease);
16  }
17 }
Defines a lifetime lease object that is used by the remoting lifetime service.
Definition: ILease.cs:8
Indicates that the implementer wants to be a lifetime lease sponsor.
Definition: ISponsor.cs:8
Definition: __Canon.cs:3
Represents a time interval.To browse the .NET Framework source code for this type,...
Definition: TimeSpan.cs:12
TimeSpan Renewal(ILease lease)
Requests a sponsoring client to renew the lease for the specified object.