ObjectPoolingAttribute.AfterSaveChanges(Hashtable) Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- info
- Hashtable
A hash table that contains internal objects referenced by internal keys.
true
if the method has made changes.
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.
Product | Versions |
---|---|
.NET Framework | 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
.NET feedback
.NET is an open source project. Select a link to provide feedback: