CompositeActivity::Uninitialize Method (IServiceProvider^)

 

Called by the workflow runtime engine when an activity transitions into the Closed state from the Initialized state.

Namespace:   System.Workflow.ComponentModel
Assembly:  System.Workflow.ComponentModel (in System.Workflow.ComponentModel.dll)

public protected:
virtual void Uninitialize(
	IServiceProvider^ provider
) override

Parameters

provider
Type: System::IServiceProvider^

An Object that implements IServiceProvider and provides services to this instance.

This method is used for activity cleanup, such as clearing dependency properties and deleting queues.

.NET Framework
Available since 3.0
Return to top
Show: