Exemple #1
0
 public System.Threading.Tasks.Task<TimeSeriesUpdates[]> GetPIUpdatesAsync(Guid updateTicket, ushort maxWaitForUpdates, UpdateFilterType evtFilter)
 {
     throw new NotImplementedException();
 }
Exemple #2
0
 public TimeSeriesUpdates[] GetPIUpdates(Guid updateTicket, ushort maxWaitForUpdates, UpdateFilterType evtFilter)
 {
     throw new NotImplementedException();
 }