IErrorCollectionService.HasErrors(TraceLevel) Method

Definition

Indicates whether the collection service has errors.

public:
 bool HasErrors(System::Diagnostics::TraceLevel level);
public bool HasErrors (System.Diagnostics.TraceLevel level);
abstract member HasErrors : System.Diagnostics.TraceLevel -> bool
Public Function HasErrors (level As TraceLevel) As Boolean

Parameters

level
TraceLevel

The trace level.

Returns

True if the collection service has errors; otherwise, false.

Applies to