ObjectPoolingAttribute.AfterSaveChanges(Hashtable) Method

Definition

Called internally by the .NET Framework infrastructure while installing and configuring assemblies in the COM+ catalog.

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

Parameters

info
Hashtable

A hash table that contains internal objects referenced by internal keys.

Returns

true if the method has made changes.

Remarks

Even though it is a public method, the AfterSaveChanges method is intended only to be used from within the .NET Framework infrastructure. It is sufficient for a developer to apply the ObjectPoolingAttribute class attribute and set other members in its interface.

Applies to