DiagnosticListener.AllListeners Propriedade

Definição

Consegue a coleção de ouvintes para isto DiagnosticListener.

public:
 static property IObservable<System::Diagnostics::DiagnosticListener ^> ^ AllListeners { IObservable<System::Diagnostics::DiagnosticListener ^> ^ get(); };
public static IObservable<System.Diagnostics.DiagnosticListener> AllListeners { get; }
static member AllListeners : IObservable<System.Diagnostics.DiagnosticListener>
Public Shared ReadOnly Property AllListeners As IObservable(Of DiagnosticListener)

Valor de Propriedade

Observações

Quando subscreve isto, recebe chamadas de retorno para todos os NotificationListeners no appdomain, bem como para aqueles que ocorreram no passado e todos os futuros Listeners criados no futuro.

Aplica-se a