Activity::OnActivityExecutionContextUnload Method (IServiceProvider^)
.NET Framework (current version)
Called by the workflow runtime whenever an ActivityExecutionContext is unloaded. For example, this method is called during completion of an ActivityExecutionContext as well as every time the ActivityExecutionContext is unloaded when a workflow instance is persisted.
Assembly: System.Workflow.ComponentModel (in System.Workflow.ComponentModel.dll)
public protected: virtual void OnActivityExecutionContextUnload( IServiceProvider^ provider )
Parameters
- provider
-
Type:
System::IServiceProvider^
The IServiceProvider that provides the service.
.NET Framework
Available since 3.0
Available since 3.0
Show: