Share via


IListenerChannelCallback.ReportStopped(Int32) Méthode

Définition

Notifie l'infrastructure du processus de travail qu'un canal de l'écouteur a arrêtée.

Cette API prend en charge l'infrastructure du produit et n'est pas destinée à être utilisée directement à partir de votre code.

public:
 void ReportStopped(int hr);
public void ReportStopped (int hr);
abstract member ReportStopped : int -> unit
Public Sub ReportStopped (hr As Integer)

Paramètres

hr
Int32

La valeur HRESULT qui signale l'état d'un canal de l'écouteur.

Remarques

ReportStopped est introduit dans .NET Framework 3.5. Pour plus d’informations, consultez Versions et dépendances.

S’applique à