Indicates that the implementer wants to be a lifetime lease sponsor.
For a list of all members of this type, see ISponsor Members.
[Visual Basic]
Public Interface ISponsor
[C#]
public interface ISponsor
[C++]
public __gc __interface ISponsor
[JScript]
public interface ISponsor
Classes that Implement ISponsor
| Class | Description |
| ClientSponsor | Provides a default implementation for a lifetime sponsor class. |
Remarks
An object must implement the ISponsor interface if it needs to request a lease renewal for a particular object. An object that implements the ISponsor interface can become a sponsor by registering itself with the lease manager. The ISponsor interface is used by the lifetime service to call back to the sponsor.
Requirements
Namespace: System.Runtime.Remoting.Lifetime
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Assembly: Mscorlib (in Mscorlib.dll)
See Also
ISponsor Members | System.Runtime.Remoting.Lifetime Namespace