﻿<?xml version="1.0" encoding="utf-8"?><Type Name="ISponsor" FullName="System.Runtime.Remoting.Lifetime.ISponsor"><TypeSignature Maintainer="auto" Language="C#" Value="public interface ISponsor" /><TypeSignature Language="ILAsm" Value=".class public interface auto ansi abstract ISponsor" /><AssemblyInfo><AssemblyName>mscorlib</AssemblyName><AssemblyPublicKey>[00 00 00 00 00 00 00 00 04 00 00 00 00 00 00 00]</AssemblyPublicKey><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><ThreadSafetyStatement>Gtk# is thread aware, but not thread safe; See the &lt;link location="node:gtk-sharp/programming/threads"&gt;Gtk# Thread Programming&lt;/link&gt; for details.</ThreadSafetyStatement><Interfaces /><Attributes><Attribute><AttributeName>System.Runtime.InteropServices.ComVisible(true)</AttributeName></Attribute></Attributes><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>An object must implement the <see cref="T:System.Runtime.Remoting.Lifetime.ISponsor" /> interface if it needs to request a lease renewal for a particular object. An object that implements the <see cref="T:System.Runtime.Remoting.Lifetime.ISponsor" /> interface can become a sponsor by registering itself with the lease manager. The <see cref="T:System.Runtime.Remoting.Lifetime.ISponsor" /> interface is used by the lifetime service to call back to the sponsor.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Indicates that the implementer wants to be a lifetime lease sponsor.</para></summary></Docs><Members><Member MemberName="Renewal"><MemberSignature Language="C#" Value="public TimeSpan Renewal (System.Runtime.Remoting.Lifetime.ILease lease);" /><MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance valuetype System.TimeSpan Renewal(class System.Runtime.Remoting.Lifetime.ILease lease) cil managed" /><MemberType>Method</MemberType><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.TimeSpan</ReturnType></ReturnValue><Parameters><Parameter Name="lease" Type="System.Runtime.Remoting.Lifetime.ILease" /></Parameters><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>The <see cref="M:System.Runtime.Remoting.Lifetime.ISponsor.Renewal(System.Runtime.Remoting.Lifetime.ILease)" /> method is called by the distributed garbage collector to renew the lease for the specified object.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Requests a sponsoring client to renew the lease for the specified object.</para></summary><returns><attribution license="cc4" from="Microsoft" modified="false" /><para>The additional lease time for the specified object.</para></returns><param name="lease"><attribution license="cc4" from="Microsoft" modified="false" />The lifetime lease of the object that requires lease renewal. </param></Docs></Member></Members></Type>