ClientSponsor.Renewal(ILease) 方法 - Microsoft Docs
文章推薦指數: 80 %
要求贊助的用戶端更新指定物件的使用期。
跳到主要內容
已不再支援此瀏覽器。
請升級至MicrosoftEdge,以利用最新功能、安全性更新和技術支援。
下載MicrosoftEdge
其他資訊
目錄
結束焦點模式
語言
閱讀英文
儲存
目錄
閱讀英文
儲存
編輯
Twitter
LinkedIn
Facebook
電子郵件
目錄
ClientSponsor.Renewal(ILease)方法
參考
定義
命名空間:
System.Runtime.Remoting.Lifetime
組件:mscorlib.dll
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。
Microsoft對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
本文內容
要求贊助的用戶端更新指定物件的使用期。
public:
virtualTimeSpanRenewal(System::Runtime::Remoting::Lifetime::ILease^lease);
publicTimeSpanRenewal(System.Runtime.Remoting.Lifetime.ILeaselease);
[System.Security.SecurityCritical]
publicTimeSpanRenewal(System.Runtime.Remoting.Lifetime.ILeaselease);
abstractmemberRenewal:System.Runtime.Remoting.Lifetime.ILease->TimeSpan
overridethis.Renewal:System.Runtime.Remoting.Lifetime.ILease->TimeSpan
[
傳回
TimeSpan
指定的物件的額外使用期時間。
實作
Renewal(ILease)
屬性
SecurityCriticalAttribute
範例
intmain()
{
//Registerachannel.
TcpChannel^myChannel=gcnewTcpChannel;
ChannelServices::RegisterChannel(myChannel);
RemotingConfiguration::RegisterActivatedClientType(
RemotingSamples::HelloService::typeid,"tcp://localhost:8085/");
//GettheremoteObject*.
RemotingSamples::HelloService^myService=gcnewRemotingSamples::HelloService;
//Getasponsorforrenewaloftime.
ClientSponsor^mySponsor=gcnewClientSponsor;
//Registertheservicewithsponsor.
mySponsor->Register(myService);
//Setrenewaltime.
mySponsor->RenewalTime=TimeSpan::FromMinutes(2);
//Renewthelease.
ILease^myLease=dynamic_cast
適用於
本文內容
延伸文章資訊
- 1贊助英文怎麼說 - 查查詞典
贊助英文翻譯: support; sponsor; donate money…,點擊查查綫上辭典詳細解釋贊助英文發音,英文單字,怎麽用英語翻譯贊助,贊助的英語例句用法和解釋。
- 2標籤: 贊助英文donate - 翻黃頁
2018年1月19日- 斗內出自英文Donate(贊助、捐獻),在直播時,如果斗內給直播主,那斗內的人留言就會被凸顯在最明顯的地方。有些直播主還會因為接受對方的斗 .
- 3贊助,支持英文- 英語翻譯 - 查查綫上辭典
贊助,支持英文翻譯: endorsement…,點擊查查綫上辭典詳細解釋贊助,支持英文發音,英文單字,怎麽用英語翻譯贊助,支持,贊助,支持的英語例句用法和解釋。
- 4贊助英文dotnet的評價費用和推薦, 網紅們這樣回答
贊助英文dotnet的評價費用和推薦,的和這樣回答,找贊助英文dotnet在的就來教育學習補習資源網,有網紅們這樣回答.
- 5ILease.SponsorshipTimeout 屬性(System.Runtime.Remoting ...
取得或設定等候贊助者傳回使用期的更新時間所需時間數量。