DiagnosticRule Class

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Inheritance Hierarchy

System. . :: . .Object
  Microsoft.ApplicationServer.Caching..::..DiagnosticRule

Namespace:  Microsoft.ApplicationServer.Caching
Assembly:  Microsoft.ApplicationServer.Caching.Core (in Microsoft.ApplicationServer.Caching.Core.dll)

Syntax

'Declaration
Public Class DiagnosticRule
'Usage
Dim instance As DiagnosticRule
public class DiagnosticRule
public ref class DiagnosticRule
type DiagnosticRule =  class end
public class DiagnosticRule

The DiagnosticRule type exposes the following members.

Constructors

  Name Description
Public method DiagnosticRule(IList< (Of < <' (Int32> ) > > ), IList< (Of < <' (String> ) > > ), IList< (Of < <' (String> ) > > )) Infrastructure.
Public method DiagnosticRule(IList< (Of < <' (Int32> ) > > ), IList< (Of < <' (String> ) > > ), IList< (Of < <' (String> ) > > ), IList< (Of < <' (Int64> ) > > ), Int32) Infrastructure.

Top

Properties

  Name Description
Public property EventDescription Infrastructure.
Public property EventIds Infrastructure.
Public property RuleId Infrastructure.
Public property TimeToNextEvent Infrastructure.
Public property ViolationDescription Infrastructure.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString Infrastructure. (Overrides Object. . :: . .ToString() () () ().)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.ApplicationServer.Caching Namespace