Click or drag to resize

IDataProviderGetRawData Method

Namespace:  AxiomCore2.Data
Assembly:  AxiomCore2 (in AxiomCore2.dll) Version: 1.0.0
Syntax
C#
TagDataResult GetRawData(
	string sourceTag,
	DateTime startTime,
	DateTime endTime,
	int maxValueCount,
	bool includeBounds,
	byte[] continuation = null
)

Parameters

sourceTag
Type: SystemString
startTime
Type: SystemDateTime
endTime
Type: SystemDateTime
maxValueCount
Type: SystemInt32
includeBounds
Type: SystemBoolean
continuation (Optional)
Type: SystemByte

Return Value

Type: TagDataResult
See Also