Click or drag to resize

MetadataServiceReadSelectMetadataAsXml 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 ReadSelectMetadataAsXml(
	string idList
)
View Source

Parameters

idList  String
A comma or semi-colon delimited list of IDs for which metadata is to be read.

Return Value

SerializableMetadata
An SerializableMetadata object.

Implements

IMetadataServiceReadSelectMetadataAsXml(String)
See Also