Click or drag to resize

ChannelDefinitionCreateChannelDefinition Method

Creates a new channel definition belonging to the given data source record.

Namespace: GSF.PQDIF.Logical
Assembly: GSF.PQDIF (in GSF.PQDIF.dll) Version: 2.4.181-beta
Syntax
public static ChannelDefinition CreateChannelDefinition(
	DataSourceRecord dataSourceRecord
)
View Source

Parameters

dataSourceRecord  DataSourceRecord
The data source record that the new channel definition belongs to.

Return Value

ChannelDefinition
The new channel definition.
See Also