Activity.Uninitialize Method
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.
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.