uaPLUS Reference
GetEventCategories Method
See Also  Send Feedback
Advosol.uaPLUS.AE Namespace > ComAeClient Class : GetEventCategories Method

eventType
Type of the event.
categories
The categories.
descriptions
The descriptions.

Glossary Item Box

Gets the event categories.

Syntax

Visual Basic (Declaration) 
Public Sub GetEventCategories( _
   ByVal eventType As Integer, _
   ByRef categories As Integer(), _
   ByRef descriptions As String() _
) 
C# 
public void GetEventCategories( 
   int eventType,
   out int[] categories,
   out string[] descriptions
)

Parameters

eventType
Type of the event.
categories
The categories.
descriptions
The descriptions.

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows 7, Windows Server 2008 family

See Also

© 2010-2018 Copyright Advosol Inc. All Rights Reserved.