DiagnosticRule Constructor (IList(Int32), IList(String), IList(String))

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

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

Syntax

'Declaration
Public Sub New ( _
    eventIds As IList(Of Integer), _
    eventDescription As IList(Of String), _
    violationDescription As IList(Of String) _
)
'Usage
Dim eventIds As IList(Of Integer)
Dim eventDescription As IList(Of String)
Dim violationDescription As IList(Of String)

Dim instance As New DiagnosticRule(eventIds, _
    eventDescription, violationDescription)
public DiagnosticRule(
    IList<int> eventIds,
    IList<string> eventDescription,
    IList<string> violationDescription
)
public:
DiagnosticRule(
    IList<int>^ eventIds, 
    IList<String^>^ eventDescription, 
    IList<String^>^ violationDescription
)
new : 
        eventIds:IList<int> * 
        eventDescription:IList<string> * 
        violationDescription:IList<string> -> DiagnosticRule
public function DiagnosticRule(
    eventIds : IList<int>, 
    eventDescription : IList<String>, 
    violationDescription : IList<String>
)

Parameters

See Also

Reference

DiagnosticRule Class

DiagnosticRule Overload

Microsoft.ApplicationServer.Caching Namespace