DANSrvAE Reference
onSelectReturnedAttributes Method
See Also  Send comments on this topic.
NSPlugin Assembly > NSPlugin Namespace > EventSubscription Class : onSelectReturnedAttributes Method

eventCategory
The specific event category for which the list of attributes applies. These are returned from the EventServer.QueryEventCategories method.
attributeIDs
The list IDs of the attributes to return with event notifications for the event type and event category specified. These are returned from the EventServer.QueryEventAttributes method.

Glossary Item Box

SelectReturnedAttributes default handler that maybe overloaded by NSPluginAEbase.

Syntax

Visual Basic (Declaration) 
Public Overridable Function onSelectReturnedAttributes( _
   ByVal eventCategory As Integer, _
   ByVal attributeIDs() As Integer _
) As Integer
C# 
public virtual int onSelectReturnedAttributes( 
   int eventCategory,
   int[] attributeIDs
)

Parameters

eventCategory
The specific event category for which the list of attributes applies. These are returned from the EventServer.QueryEventCategories method.
attributeIDs
The list IDs of the attributes to return with event notifications for the event type and event category specified. These are returned from the EventServer.QueryEventAttributes method.

Return Value

HResult success/error code

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also

© 2004-2017 Advosol Inc. All Rights Reserved.