ExEventSourceInfo.GetCategory Method
Namespace: Microsoft.Exchange.Diagnostics
Assembly: Microsoft.Exchange.Diagnostics (in Microsoft.Exchange.Diagnostics.dll)
Syntax
'Declaration
Public Function GetCategory ( _
index As Integer _
) As ExEventCategory
'Usage
Dim instance As ExEventSourceInfo
Dim index As Integer
Dim returnValue As ExEventCategory
returnValue = instance.GetCategory(index)
public ExEventCategory GetCategory(
int index
)
Parameters
- index
Type: System.Int32