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

context
The context.
eventId
The event id.
comment
The comment.

Glossary Item Box

Acknowledges the specified context.

Syntax

Visual Basic (Declaration) 
Public Function Acknowledge( _
   ByVal context As ServerSystemContext, _
   ByVal eventId() As Byte, _
   ByVal comment As LocalizedText _
) As UInteger
C# 
public uint Acknowledge( 
   ServerSystemContext context,
   byte[] eventId,
   LocalizedText comment
)

Parameters

context
The context.
eventId
The event id.
comment
The comment.

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.