Ler em inglês

Compartilhar via


Cmdlet.BeginProcessing Method

Definition

When overridden in the derived class, performs initialization of command execution. Default implementation in the base class just returns.

protected:
 virtual void BeginProcessing();

Exceptions

This method is overridden in the implementation of individual Cmdlets, and can throw literally any exception.

Applies to