Example #1
0
 /// <summary>
 /// Read historic modified values at specified times
 /// </summary>
 /// <remarks>
 /// Read processed history values of a node if available using historic access.
 /// The endpoint must be activated and connected and the module client
 /// and server must trust each other.
 /// </remarks>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='endpointId'>
 /// The identifier of the activated endpoint.
 /// </param>
 /// <param name='request'>
 /// The history read request
 /// </param>
 public static HistoryReadResponseApiModelHistoricValueApiModel HistoryReadModifiedValues(this IAzureOpcHistoryClient operations, string endpointId, HistoryReadRequestApiModelReadModifiedValuesDetailsApiModel request)
 {
     return(operations.HistoryReadModifiedValuesAsync(endpointId, request).GetAwaiter().GetResult());
 }