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

eventCategory
count
attributeIDs

Glossary Item Box

Syntax

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

Parameters

eventCategory
count
attributeIDs

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.