Ping.SendAsyncCancel 方法

定义

取消所有挂起的发送 Internet 控制消息协议 (ICMP) 回送消息并接收相应 ICMP 回送答复消息的异步请求。

public:
 void SendAsyncCancel();
public void SendAsyncCancel ();
member this.SendAsyncCancel : unit -> unit
Public Sub SendAsyncCancel ()

注解

调用此方法可终止对尚未完成的任何调用 SendAsync

适用于