SignalRCmdletBottom.RunCmdlet(Action) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.