TestConnectionCommand.StopProcessing 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.
On receiving the StopProcessing() request, the cmdlet will immediately cancel any in-progress ping request. This allows a cancellation to occur during a ping request without having to wait for the timeout.
protected override void StopProcessing ();
override this.StopProcessing : unit -> unit
Protected Overrides Sub StopProcessing ()