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會在 .NET Framework 3.5 中引進。 如需詳細資訊,請參閱版本和相依性。
方法
Respond() |
此 API 支援此產品基礎結構,但無法直接用於程式碼之中。 提供回應 Ping 要求的回呼常式。 |