Click or drag to resize

ILegacyDataProviderGetRawData Method

Note: This API is now obsolete.

Namespace:  AxiomCore2.Legacy
Assembly:  AxiomCore2 (in AxiomCore2.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("This method is deprecated, please use new DataProvider methods.")]
TagRawData GetRawData(
	string tag,
	DateTime startTime,
	DateTime endTime,
	int count,
	bool returnBounds,
	byte[] continuationPoint
)

Parameters

tag
Type: SystemString
startTime
Type: SystemDateTime
endTime
Type: SystemDateTime
count
Type: SystemInt32
returnBounds
Type: SystemBoolean
continuationPoint
Type: SystemByte

Return Value

Type: TagRawData
See Also