C# Class Opc.Ua.EventFilter

A filter to apply when monitoring event.
Afficher le fichier Open project: OPCFoundation/UA-.NETStandardLibrary Class Usage Examples

Méthodes publiques

Méthode Description
AddSelectClause ( Opc.Ua.NodeId eventTypeId, Opc.Ua.QualifiedName propertyName ) : void

Adds the specified property to the event filter.

AddSelectClause ( Opc.Ua.NodeId eventTypeId, string browsePath, uint attributeId ) : void

Adds the specified browse path to the event filter.

Validate ( FilterContext context ) : System.Result

Validates the object.

Method Details

AddSelectClause() public méthode

Adds the specified property to the event filter.
public AddSelectClause ( Opc.Ua.NodeId eventTypeId, Opc.Ua.QualifiedName propertyName ) : void
eventTypeId Opc.Ua.NodeId
propertyName Opc.Ua.QualifiedName
Résultat void

AddSelectClause() public méthode

Adds the specified browse path to the event filter.
public AddSelectClause ( Opc.Ua.NodeId eventTypeId, string browsePath, uint attributeId ) : void
eventTypeId Opc.Ua.NodeId
browsePath string
attributeId uint
Résultat void

Validate() public méthode

Validates the object.
public Validate ( FilterContext context ) : System.Result
context FilterContext
Résultat System.Result