Пример #1
0
 /// <summary>
 /// Deletes the data history for one or more nodes.
 /// </summary>
 protected override void HistoryDeleteAtTime(
     UaServerContext context,
     IList <DeleteAtTimeDetails> nodesToUpdate,
     IList <HistoryUpdateResult> results,
     IList <ServiceResult> errors,
     List <UaNodeHandle> nodesToProcess,
     IDictionary <NodeId, NodeState> cache)
 {
     throw new NotImplementedException();
 }
Пример #2
0
 /// <summary>
 /// Reads the data at the specified time for an item.
 /// </summary>
 protected override void HistoryReadAtTime(
     UaServerContext context,
     ReadAtTimeDetails details,
     TimestampsToReturn timestampsToReturn,
     IList <HistoryReadValueId> nodesToRead,
     IList <HistoryReadResult> results,
     IList <ServiceResult> errors,
     List <UaNodeHandle> nodesToProcess,
     IDictionary <NodeId, NodeState> cache)
 {
     throw new NotImplementedException();
 }