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