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在 3.5 .NET Framework中引入。 有关详细信息,请参见版本和依赖关系

方法

Respond()

此 API 支持产品基础结构,不能在代码中直接使用。

提供响应 ping 请求的回调例程。

适用于