다음을 통해 공유


IProcessPingCallback 인터페이스

정의

ping 요청에 응답하는 기능을 제공합니다.

이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다.

public interface class IProcessPingCallback
[System.Runtime.InteropServices.Guid("f11dc4c9-ddd1-4566-ad53-cf6f3a28fefe")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IProcessPingCallback
[<System.Runtime.InteropServices.Guid("f11dc4c9-ddd1-4566-ad53-cf6f3a28fefe")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IProcessPingCallback = interface
Public Interface IProcessPingCallback
특성

설명

IProcessPingCallback는 .NET Framework 3.5에서 도입 되었습니다. 자세한 내용은 버전 및 종속성을 참조하세요.

메서드

Respond()

이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다.

ping 요청에 응답하는 콜백 루틴을 제공합니다.

적용 대상