Click or drag to resize

TsBufferRegisterTS Method

Overload List
  NameDescription
Public methodRegisterTS(IFilePath, IDiagnostics)
Register a timeseries file based on the filepath name. If file already exist in buffer, the existing will be returned, otherwise it will be added to the buffer and returned.
Public methodRegisterTS(IFilePath, DiagnosticsValue, IDiagnostics)
Register a timeseries file based on the filepath name. If file already exist in buffer, the existing will be returned, otherwise it will be added to the buffer and returned.
Public methodRegisterTS(IFilePath, Int32, IDiagnostics)
Register a timeseries file based on the filepath name. If file already exist in buffer, the existing will be returned, otherwise it will be added to the buffer and returned. The item is also registered for usage
Public methodRegisterTS(IFilePath, Int32, eumQuantity, IDiagnostics)
Register a timeseries file based on the filepath name. If file already exist in buffer, the existing will be returned, otherwise it will be added to the buffer and returned. The item is also registered for usage
Public methodRegisterTS(IFilePath, Int32, Boolean, IDiagnostics)
Register a timeseries file based on the filepath name. If file already exist in buffer, the existing will be returned, otherwise it will be added to the buffer and returned. The item is also registered for usage
Top
See Also