Edit

Share via


Handle.OnUninitialize(HandleInitializationContext) Method

Definition

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

C#
protected virtual void OnUninitialize(System.Activities.HandleInitializationContext context);

Parameters

context
HandleInitializationContext

The environment in which the handle was created.

Applies to