Indicates that the implementer wants to be a lifetime lease sponsor.
C# Syntax:
public interface ISponsor
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.