Click or drag to resize

MetadataServiceReadRangeMetadataAsXml Method

Reads a subset of metadata from the Archive and sends it in Xml format.

Namespace: GSF.Historian.DataServices
Assembly: GSF.Historian (in GSF.Historian.dll) Version: 2.4.181-beta
Syntax
public SerializableMetadata ReadRangeMetadataAsXml(
	string fromID,
	string toID
)
View Source

Parameters

fromID  String
Starting ID in the ID range for which metadata is to be read.
toID  String
Ending ID in the ID range for which metadata is to be read.

Return Value

SerializableMetadata
An SerializableMetadata object.

Implements

IMetadataServiceReadRangeMetadataAsXml(String, String)
See Also