Exemplo n.º 1
0
 /// <summary>
 /// Delete historic values
 /// </summary>
 /// <remarks>
 /// Delete historic values 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 update request
 /// </param>
 public static HistoryUpdateResponseApiModel HistoryDeleteValues(this IAzureOpcHistoryClient operations, string endpointId, HistoryUpdateRequestApiModelDeleteValuesDetailsApiModel request)
 {
     return(operations.HistoryDeleteValuesAsync(endpointId, request).GetAwaiter().GetResult());
 }