.NET Based OPC UA Client/Server SDK  2.6.1.422
UnifiedAutomation.UaServer.HistoryDataTransactionHandle Class Reference

A transaction for history data request. More...

Inherits UnifiedAutomation.UaServer.TransactionHandle.

Public Member Functions

 HistoryDataTransactionHandle (RequestContext context, TransactionType transactionType, Delegate callback, object callbackData)
 Initializes a new instance of the HistoryDataTransactionHandle class. More...
 
- Public Member Functions inherited from UnifiedAutomation.UaServer.TransactionHandle
 TransactionHandle (RequestContext context, TransactionType transactionType, Delegate callback, object callbackData)
 Initializes a new instance of the TransactionHandle class. More...
 
void Add< T > (T parameter)
 Adds the specified parameter to the list associated with the type. More...
 
List< T > GetList< T > ()
 Gets the list of parameters with the specified type. More...
 

Properties

TimestampsToReturn TimestampsToReturn [get, set]
 Gets or sets the timestamps to return. More...
 
HistoryReadDetails Details [get, set]
 Gets or sets the details. More...
 
List< HistoryDataOperationHandleHistoryDataHandles [get]
 The history data handles used in the transaction. More...
 
- Properties inherited from UnifiedAutomation.UaServer.TransactionHandle
RequestContext Context [get]
 Gets the request context. More...
 
TransactionType TransactionType [get]
 Gets the type of the transaction. More...
 
Delegate Callback [get]
 The callback invoked whenever an operation within a transaction completes. More...
 
object CallbackData [get]
 Gets the opaque data associated with the transaction by creator. More...
 
bool Done [get]
 Gets or sets a value indicating whether the transaction is done. More...
 
uint ExpectedItemCount [get, set]
 Gets or sets the total item count hint. More...
 

Detailed Description

A transaction for history data request.

Constructor & Destructor Documentation

UnifiedAutomation.UaServer.HistoryDataTransactionHandle.HistoryDataTransactionHandle ( RequestContext  context,
TransactionType  transactionType,
Delegate  callback,
object  callbackData 
)
inline

Initializes a new instance of the HistoryDataTransactionHandle class.

Parameters
contextThe request context.
transactionTypeType of the transaction.
callbackThe callback.
callbackDataThe callback data.

Property Documentation

HistoryReadDetails UnifiedAutomation.UaServer.HistoryDataTransactionHandle.Details
getset

Gets or sets the details.

The details.

List<HistoryDataOperationHandle> UnifiedAutomation.UaServer.HistoryDataTransactionHandle.HistoryDataHandles
get

The history data handles used in the transaction.

TimestampsToReturn UnifiedAutomation.UaServer.HistoryDataTransactionHandle.TimestampsToReturn
getset

Gets or sets the timestamps to return.

The timestamps to return.


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