C# Class Opc.Ua.EventFilter

A filter to apply when monitoring event.
ファイルを表示 Open project: OPCFoundation/UA-.NETStandardLibrary Class Usage Examples

Public Methods

Method 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 method

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
return void

AddSelectClause() public method

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
return void

Validate() public method

Validates the object.
public Validate ( FilterContext context ) : System.Result
context FilterContext
return System.Result