uaPLUS Reference
GetReturnedAttributes Method
See Also  Send Feedback
NSPlugin Namespace > EventSubscription Class : GetReturnedAttributes Method

eventCategory
The specific event category for which to retrieve the list of attributes.
count
The size of the attribute IDs array which is being returned. Is set to zero if no attributes are currently specified.
attributeIDs
The list IDs of the attributes which are currently specified to be returned with event notifications for the event type and event category specified.

Glossary Item Box

For each Event Category, GetReturnedAttributes retrieves the attributes which are currently specified to be returned with event notifications in the OnEvent callback. All retrieved attributes have been specified by previous calls to SelectReturnedAttributes.

Syntax

Visual Basic (Declaration) 
Public Function GetReturnedAttributes( _
   ByVal eventCategory As Integer, _
   ByRef count As Integer, _
   ByRef attributeIDs As Integer() _
) As Integer
C# 
public int GetReturnedAttributes( 
   int eventCategory,
   out int count,
   out int[] attributeIDs
)

Parameters

eventCategory
The specific event category for which to retrieve the list of attributes.
count
The size of the attribute IDs array which is being returned. Is set to zero if no attributes are currently specified.
attributeIDs
The list IDs of the attributes which are currently specified to be returned with event notifications for the event type and event category specified.

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.