Click or drag to resize

ChannelDefinitionRemove Method

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

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

Parameters

seriesDefinition  SeriesDefinition
The series definition to be removed.
See Also