uaPLUS Reference
OnReadAnnotations Method
See Also  Send Feedback
HDAPluginDA Namespace > HdaGenericServer Class : OnReadAnnotations Method

transactionID
status
numItems
AnnotationValues
errors

Glossary Item Box

This method makes callbacks to the client though the generic server. It is to be used to notify the client on completion of Annotation Read requests.

Syntax

Visual Basic (Declaration) 
Public Function OnReadAnnotations( _
   ByVal transactionID As Integer, _
   ByVal status As Integer, _
   ByVal numItems As Integer, _
   ByVal AnnotationValues() As AnnotationDef, _
   ByVal errors() As Integer _
) As Integer
C# 
public int OnReadAnnotations( 
   int transactionID,
   int status,
   int numItems,
   AnnotationDef[] AnnotationValues,
   int[] errors
)

Parameters

transactionID
status
numItems
AnnotationValues
errors

Return Value

HRESULTS success/error code

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.