Show / Hide Table of Contents

ExecuteOperation Method

ExecuteOperation()

Execute the operation here.

C#
protected override void ExecuteOperation()

Overrides

OperationBase<ConfigureNdef>.ExecuteOperation()

Remarks

This method is called after pre-launch code has run. Everything that could be validated should have been before this method is called.

The only validation could that should be in this method are things that could not be checked in the PreLaunchOperation() method. For example, if an operation must be completed in multiple steps, and subsequent steps depend on the success of previous steps, then it must be in this method by necessity.

In this article
Back to top Generated by DocFX