ObjectPoolingAttribute.Apply(Hashtable) 方法

定義

套用 ObjectPoolingAttribute 類別屬性至 Serviced 元件時,由 .NET Framework 基礎結構在內部呼叫。

public:
 virtual bool Apply(System::Collections::Hashtable ^ info);
public bool Apply (System.Collections.Hashtable info);
abstract member Apply : System.Collections.Hashtable -> bool
override this.Apply : System.Collections.Hashtable -> bool
Public Function Apply (info As Hashtable) As Boolean

參數

info
Hashtable

雜湊資料表,其中包含內部索引鍵所參考之物件共用屬性套用至的內部物件。

傳回

若方法已變更,則為 true;否則為 false

備註

即使它是公用方法,此方法Apply仍僅供 .NET Framework 基礎結構內使用。 開發人員足以套用 類別屬性, ObjectPoolingAttribute 並在其介面中設定其他成員。

適用於