IListenerChannelCallback.ReportStopped(Int32) Metodo

Definizione

Notifica al framework del processo di lavoro l'arresto di un canale del listener.

Questa API supporta l'infrastruttura del prodotto e non è previsto che venga usata direttamente dal codice.

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

Parametri

hr
Int32

Valore HRESULT che indica lo stato di un canale del listener.

Commenti

ReportStopped è stato introdotto in .NET Framework 3.5. Per altre informazioni, vedere Versioni e dipendenze.

Si applica a