Handle::OnUninitialize Method (HandleInitializationContext^)

.NET Framework (current version)
 

Called by the workflow runtime when the Variable for the Handle goes out of scope.

Namespace:   System.Activities
Assembly:  System.Activities (in System.Activities.dll)

protected:
virtual void OnUninitialize(
	HandleInitializationContext^ context
)

Parameters

context
Type: System.Activities::HandleInitializationContext^

The environment in which the handle was created.

.NET Framework
Available since 4.0
Return to top
Show: