CompositionOperation.AddNonPrerequisiteAction(Action) Method

Definition

Specifies an action that can run after all prerequisite part dependencies have been satisfied.

C#
public void AddNonPrerequisiteAction(Action action);

Parameters

action
Action

The action to run.

Exceptions

action is null.

Remarks

This method is called during the activation process.

Applies to

Tuote Versiot
.NET Core 1.1, 8 (package-provided), 9 (package-provided), 10 (package-provided)
.NET Standard 2.0 (package-provided)