'Declaration
<ExtensionAttribute()> <ElementsNotNullAttribute()> <NotNullAttribute()> Public Overloads Shared Function QueryCategoryConditions( _ ByVal client As IEasyAEClient, _ ByVal machineName As String, _ ByVal serverClass As String, _ ByVal categoryId As Long _ ) As AEConditionElementCollection
'Usage
Dim client As IEasyAEClient Dim machineName As String Dim serverClass As String Dim categoryId As Long Dim value As AEConditionElementCollection value = IEasyAEClientExtension.QueryCategoryConditions(client, machineName, serverClass, categoryId)
[Extension()] [ElementsNotNull()] [NotNull()] public static AEConditionElementCollection QueryCategoryConditions( IEasyAEClient client, string machineName, string serverClass, long categoryId )
[Extension()] [ElementsNotNull()] [NotNull()] public: static AEConditionElementCollection^ QueryCategoryConditions( IEasyAEClient^ client, String^ machineName, String^ serverClass, int64 categoryId )
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.
- categoryId
- An event category Id for which the event conditions should be queried.
Return Value
A collection of condition elements, one element for each condition of the given event category.