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 で導入されました。 詳細については、「.NET Framework のバージョンおよび依存関係」を参照してください。

メソッド

Respond()

この API は製品インフラストラクチャをサポートします。コードから直接使用するものではありません。

ping 要求に応答するコールバック ルーチンを提供します。

適用対象