'Declaration
<ExtensionAttribute()> <ElementsNotNullAttribute()> <NotNullAttribute()> Public Shared Function QuerySourceConditions( _ ByVal client As IEasyAEClient, _ ByVal machineName As String, _ ByVal serverClass As String, _ ByVal sourceNodeDescriptor As AENodeDescriptor _ ) As AEConditionElementCollection
'Usage
Dim client As IEasyAEClient Dim machineName As String Dim serverClass As String Dim sourceNodeDescriptor As AENodeDescriptor Dim value As AEConditionElementCollection value = IEasyAEClientExtension.QuerySourceConditions(client, machineName, serverClass, sourceNodeDescriptor)
[Extension()] [ElementsNotNull()] [NotNull()] public static AEConditionElementCollection QuerySourceConditions( IEasyAEClient client, string machineName, string serverClass, AENodeDescriptor sourceNodeDescriptor )
[Extension()] [ElementsNotNull()] [NotNull()] public: static AEConditionElementCollection^ QuerySourceConditions( IEasyAEClient^ client, String^ machineName, String^ serverClass, AENodeDescriptor^ sourceNodeDescriptor )
Parameters
- client
- The client object that will perform the operation.
- machineName
- Name of the machine. Determines the computer on which the OPC server is located. May be an empty string, in which case the OPC server is assumed to exist on the local computer or at the computer specified for it by DCOM configuration.
- serverClass
- Contains ProgID of the OPC server.
- 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.