Click or drag to resize

DataSourceTypeGetInfo Method

Gets information about the data source type identified by the given ID.

Namespace: GSF.PQDIF.Logical
Assembly: GSF.PQDIF (in GSF.PQDIF.dll) Version: 2.4.181-beta
Syntax
public static Identifier GetInfo(
	Guid dataSourceTypeID
)
View Source

Parameters

dataSourceTypeID  Guid
Globally unique identifier for the data source type.

Return Value

Identifier
The information about the data source type.
See Also