WorkUnit.WorkCompleted Method

Called when the work has completed. In the case you are modeling something, the environment parameter allows you to easily add the model to the entities collection.
Protected Friend Overridable Sub WorkCompleted( _ 
ByVal environment As Environment
)
This language is not supported or no code example is available.
internal protected virtual void WorkCompleted( 
Environment environment 
)
This language is not supported or no code example is available.

Parameters

environment
Environment

The parent environment control.

.NET Framework

Supported in: 4.8

In this article

Definition