Sdílet prostřednictvím


SignalRCmdletBottom.RunCmdlet(Action) Method

Definition

Run Cmdlet with Error Handling (report error correctly)

protected void RunCmdlet (Action action);
member this.RunCmdlet : Action -> unit
Protected Sub RunCmdlet (action As Action)

Parameters

action
Action

The actual Cmdlet action to be wrapped.

Applies to