.NET Based OPC UA Client/Server SDK  3.3.0.530
UnifiedAutomation.UaClient.QueryResult Class Reference

The result of a asynchronous query operation. More...

Properties

List< QueryDataSetQueryDataSets [get, set]
 The list of QueryDataSets. More...
 
byte[] ContinuationPoint [get, set]
 A Server defined opaque value that identifies the continuation point. More...
 
QueryValidationResult ValidationResult [get, set]
 The validation results of the query. More...
 

Detailed Description

The result of a asynchronous query operation.

Note
This class is not available on .NET framework versions prior 4.5.

Property Documentation

byte [] UnifiedAutomation.UaClient.QueryResult.ContinuationPoint
getset

A Server defined opaque value that identifies the continuation point.

List<QueryDataSet> UnifiedAutomation.UaClient.QueryResult.QueryDataSets
getset

The list of QueryDataSets.

QueryValidationResult UnifiedAutomation.UaClient.QueryResult.ValidationResult
getset

The validation results of the query.


The documentation for this class was generated from the following file: