.NET Based OPC UA Client/Server SDK  2.6.0.418
UnifiedAutomation.UaServer.IHistoryUpdateEventManager Interface Reference

An interface to an object that allows updating of historical events. More...

Inherited by UnifiedAutomation.UaServer.BaseNodeManager.

Public Member Functions

StatusCode BeginHistoryUpdateEventTransaction (RequestContext context, uint totalItemCountHint, TransactionType transactionType, Delegate callback, object callbackData, out HistoryEventTransactionHandle handle)
 Begins the history transaction. More...
 
void FinishHistoryUpdateEventTransaction (HistoryEventTransactionHandle transaction)
 Finishes the history event transaction. More...
 
StatusCode BeginHistoryUpdateEvent (HistoryEventOperationHandle operationHandle, UpdateEventDetails settings)
 Begins an operation to update event history. More...
 
StatusCode BeginHistoryDeleteEvent (HistoryEventOperationHandle operationHandle, DeleteEventDetails settings)
 Begins an operation to delete event history. More...
 

Detailed Description

An interface to an object that allows updating of historical events.

Member Function Documentation

StatusCode UnifiedAutomation.UaServer.IHistoryUpdateEventManager.BeginHistoryDeleteEvent ( HistoryEventOperationHandle  operationHandle,
DeleteEventDetails  settings 
)

Begins an operation to delete event history.

Parameters
operationHandleThe operation handle.
settingsThe settings.
Returns
Good if successful; Otherwise an error code.

Implemented in UnifiedAutomation.UaServer.BaseNodeManager.

StatusCode UnifiedAutomation.UaServer.IHistoryUpdateEventManager.BeginHistoryUpdateEvent ( HistoryEventOperationHandle  operationHandle,
UpdateEventDetails  settings 
)

Begins an operation to update event history.

Parameters
operationHandleThe operation handle.
settingsThe settings.
Returns
Good if successful; Otherwise an error code.

Implemented in UnifiedAutomation.UaServer.BaseNodeManager.

StatusCode UnifiedAutomation.UaServer.IHistoryUpdateEventManager.BeginHistoryUpdateEventTransaction ( RequestContext  context,
uint  totalItemCountHint,
TransactionType  transactionType,
Delegate  callback,
object  callbackData,
out HistoryEventTransactionHandle  handle 
)

Begins the history transaction.

Parameters
contextThe request context.
totalItemCountHintThe total item count hint.
transactionTypeType of the transaction.
callbackThe callback.
callbackDataThe callback data.
handleThe handle.
Returns
Good if the transaction could be created, an error code otherwise.

Implemented in UnifiedAutomation.UaServer.BaseNodeManager.

void UnifiedAutomation.UaServer.IHistoryUpdateEventManager.FinishHistoryUpdateEventTransaction ( HistoryEventTransactionHandle  transaction)

Finishes the history event transaction.

Parameters
transactionThe transaction.

Implemented in UnifiedAutomation.UaServer.BaseNodeManager.


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