IProcessPingCallback Interface
Definição
Fornece funcionalidade para responder a uma solicitação de ping.Provides functionality to respond to a ping request.
Esta API dá suporte à infraestrutura do produto e não deve ser usada diretamente do seu código.
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
- Atributos
Comentários
IProcessPingCallback é introduzido no .NET Framework 3,5.IProcessPingCallback is introduced in the .NET Framework 3.5. Para saber mais, confira Versões e dependências.For more information, see Versions and Dependencies.
Métodos
| Respond() |
Esta API dá suporte à infraestrutura do produto e não deve ser usada diretamente do seu código. Fornece uma rotina de retorno de chamada que responde a uma solicitação de ping.Provides a callback routine that responds to a ping request. |