OPC Labs EasyOPC “Classic” Components Library
GetConditionStateList Method
OpcLabs_EasyOpcClassicComponents ActiveX DLL > EasyAEClient Object : GetConditionStateList Method

Description
Returns the current state information for the condition instance corresponding to the source and condition name, passing in a server descriptor. Also allows to retrieve specified event attributes using a list.

 

DISPID (Dispatch ID):

 

For more information, see OpcLabs.EasyOpc.AlarmsAndEvents.ComTypes._EasyAEClient.GetConditionStateList in .NET Reference.

Syntax
Visual Basic
Public Function GetConditionStateList( _
   ByVal serverDescriptor As Variant, _
   ByVal sourceDescriptor As Variant, _
   ByVal conditionName As String, _
   ByVal attributes As IList _
) As AEConditionState
Parameters
serverDescriptor

sourceDescriptor

conditionName

attributes

Return Type
Remarks

For remarks, see OpcLabs.EasyOpc.AlarmsAndEvents.ComTypes._EasyAEClient.GetConditionStateList in .NET Reference.

Example

For examples, see OpcLabs.EasyOpc.AlarmsAndEvents.ComTypes._EasyAEClient.GetConditionStateList in .NET Reference.

See Also

EasyAEClient Object  | EasyAEClient Members