ProcessHost.Ping(IProcessPingCallback) Methode

Definitie

Pingt een proces.

Deze API ondersteunt de productinfrastructuur en is niet bedoeld om rechtstreeks vanuit de code te gebruiken.

public:
 virtual void Ping(System::Web::Hosting::IProcessPingCallback ^ callback);
public void Ping(System.Web.Hosting.IProcessPingCallback callback);
abstract member Ping : System.Web.Hosting.IProcessPingCallback -> unit
override this.Ping : System.Web.Hosting.IProcessPingCallback -> unit
Public Sub Ping (callback As IProcessPingCallback)

Parameters

callback
IProcessPingCallback

De callback voor het afhandelen van het ping-antwoord.

Implementeringen

Opmerkingen

Ping wordt geïntroduceerd in het .NET Framework 3.5. Zie Versies en afhankelijkheden voor meer informatie.

Van toepassing op