/// <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(); }
/// <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(); }