Exemplo n.º 1
0
 /// <summary>
 /// Read next batch of historic events
 /// </summary>
 /// <remarks>
 /// Read next batch of historic events of a node 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 next request
 /// </param>
 public static HistoryReadNextResponseApiModelHistoricEventApiModel HistoryReadEventsNext(this IAzureOpcHistoryClient operations, string endpointId, HistoryReadNextRequestApiModel request)
 {
     return(operations.HistoryReadEventsNextAsync(endpointId, request).GetAwaiter().GetResult());
 }