Activity::Uninitialize Method (IServiceProvider^)
.NET Framework (current version)
When overridden in a derived class, provides un-initialization by a service provider for the activity.
Assembly: System.Workflow.ComponentModel (in System.Workflow.ComponentModel.dll)
Parameters
- provider
-
Type:
System::IServiceProvider^
The IServiceProvider that provides the service.
This method provides the activity with an opportunity to clean up resources allocated during initialization.
Uninitialize is called when an activity instance is guaranteed not to perform any more execution. For activities that do not implement ICompensatableActivity, this occurs immediately after the activity closes, or, if the activity never executed, at workflow completion. For ICompensatableActivity activities, this occurs either after compensation or at workflow completion.
.NET Framework
Available since 3.0
Available since 3.0
Show: