'Declaration
Public Function QuerySourceConditions( _ ByVal serverDescriptor As ServerDescriptor, _ ByVal sourceNodeDescriptor As AENodeDescriptor _ ) As AEConditionElementCollection
'Usage
Dim instance As EasyAEClient Dim serverDescriptor As ServerDescriptor Dim sourceNodeDescriptor As AENodeDescriptor Dim value As AEConditionElementCollection value = instance.QuerySourceConditions(serverDescriptor, sourceNodeDescriptor)
public AEConditionElementCollection QuerySourceConditions( ServerDescriptor serverDescriptor, AENodeDescriptor sourceNodeDescriptor )
public: AEConditionElementCollection^ QuerySourceConditions( ServerDescriptor^ serverDescriptor, AENodeDescriptor^ sourceNodeDescriptor )
Parameters
- serverDescriptor
- The OPC server involved in the operation.
- sourceNodeDescriptor
- A source node descriptor, usually expressed as qualified source name. Only the conditions associated with this source are returned.
Return Value
A collection of condition elements, one element for each condition of the given source.