共用方式為


IMcastLeaseInfo 介面 (mdhcp.h)

[Rendezvous IP Telephony 會議控件和介面不適用於 Windows Vista、Windows Server 2008 和後續版本的操作系統。 RTC 用戶端 API 提供類似的功能。

IMcastLeaseInfo 介面會公開可取得或設定多播位址配置相關信息的方法。 IMcastLease 對像是藉由呼叫 IMcastAddressAllocation::CreateLeaseInfo 來建立。

繼承

IMcastLeaseInfo 介面繼承自 IDispatch 介面。 IMcastLeaseInfo 也有下列類型的成員:

方法

IMcastLeaseInfo 介面具有這些方法。

 
IMcastLeaseInfo::EnumerateAddresses

EnumerateAddresses 方法會取得此租用或租用要求主體的多播位址集合。 這個方法主要適用於 C++ 程式設計人員。 Visual Basic 和其他腳本語言會改用 get_Addresses。
IMcastLeaseInfo::get_AddressCount

get_AddressCount方法會取得在此租用中要求或授與的位址數目。
IMcastLeaseInfo::get_Addresses

get_Addresses方法會取得此租用或租用要求主體的多播位址集合。 此方法主要適用於Visual Basic和其他腳本語言;C++ 程式設計人員改為使用 EnumerateAddresses。
IMcastLeaseInfo::get_LeaseStartTime

get_LeaseStartTime方法會取得租用的開始時間。
IMcastLeaseInfo::get_LeaseStopTime

get_LeaseStopTime方法會取得租用的停止時間。
IMcastLeaseInfo::get_RequestID

get_RequestID方法會取得租用的要求標識符。
IMcastLeaseInfo::get_ServerAddress

get_ServerAddress方法會取得字串,代表授與此租用之多播伺服器的位址。
IMcastLeaseInfo::get_TTL

get_TTL 方法會取得與此租用相關聯的存留時間 (TTL) 值。
IMcastLeaseInfo::p ut_LeaseStartTime

put_LeaseStartTime方法會設定租用的開始時間。 這個方法以及put_LeaseStopTime,允許在不呼叫 IMcastAddressAllocation::CreateLeaseInfo 的情況下更新租用。
IMcastLeaseInfo::p ut_LeaseStopTime

put_LeaseStopTime方法會設定租用的停止時間。 這個方法以及put_LeaseStartTime可讓您在不呼叫 IMcastAddressAllocation::CreateLeaseInfo 的情況下更新租用。

規格需求

需求
目標平台 Windows
標頭 mdhcp.h

另請參閱

IDispatch

IMcastAddressAllocation

IMcastAddressAllocation::CreateLeaseInfo

IMcastAddressAllocation::RenewAddress

IMcastAddressAllocation::RequestAddress

IMcastScope