IProcessPingCallback 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
提供响应 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 请求的回调例程。 |