Ping.SendAsyncCancel 메서드

정의

ICMP(Internet Control Message Protocol) Echo 메시지를 보내고 이에 대응하는 ICMP Echo Reply 메시지를 받기 위한, 보류 중인 모든 비동기 요청을 취소합니다.

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

설명

완료되지 않은 호출을 종료하려면 이 메서드를 SendAsync 호출합니다.

적용 대상