OPC Labs EasyOPC “Classic” Library
AcknowledgeCondition Method
OpcLabs_EasyOpcClassic ActiveX DLL > EasyAEClient Object : AcknowledgeCondition Method

Description
Acknowledges a condition in the Event Server. Uses server descriptor for specifying the OPC server. Pass in acknowledger ID and comment.

 

DISPID (Dispatch ID):

 

For more information, see AcknowledgeCondition in .NET Reference.

Syntax
Visual Basic
Public Sub AcknowledgeCondition( _
   ByVal serverDescriptor As Variant, _
   ByVal sourceDescriptor As Variant, _
   ByVal conditionName As String, _
   ByVal activeTime As Date, _
   ByVal cookie As Long, _
   ByVal acknowledgerId As String, _
   ByVal comment As String _
) 
Parameters
serverDescriptor

sourceDescriptor

conditionName

activeTime

cookie

acknowledgerId

comment

Return Type

See AcknowledgeCondition in .NET Reference.

Remarks

For remarks, see AcknowledgeCondition in .NET Reference.

Example

For examples, see AcknowledgeCondition in .NET Reference.

See Also

EasyAEClient Object  | EasyAEClient Members