Click or drag to resize

DataSourceRecordRemove Method

Removes the given channel definition from the collection of channel definitions.

Namespace: GSF.PQDIF.Logical
Assembly: GSF.PQDIF (in GSF.PQDIF.dll) Version: 2.4.181-beta
Syntax
public void Remove(
	ChannelDefinition channelDefinition
)
View Source

Parameters

channelDefinition  ChannelDefinition
The channel definition to be removed.
See Also