DiagnosticListener.AllListeners Propriedade

Definição

Obtém a coleção de ouvintes para este 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 da propriedade

Comentários

Ao assinar isso, você recebe retornos de chamada para todos os NotificationListeners no appdomain, bem como aqueles que ocorreram no passado e todos os ouvintes futuros criados no futuro.

Aplica-se a