Activity.Uninitialize Method
Assembly: System.Workflow.ComponentModel (in system.workflow.componentmodel.dll)
protected void Uninitialize ( IServiceProvider provider )
protected internal function Uninitialize ( provider : IServiceProvider )
Not applicable.
Parameters
- provider
The IServiceProvider providing 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.
Windows 98, Windows Server 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.