CompositeActivity::OnActivityExecutionContextUnload Method (IServiceProvider^)

 

Called by the workflow runtime engine every time the ActivityExecutionContext for this activity is unloaded.

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

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

Parameters

provider
Type: System::IServiceProvider^

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

.NET Framework
Available since 3.0
Return to top
Show: