TestConnectionCommand.StopProcessing Method

Definition

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 ()

Applies to