Click or drag to resize

MonitorSettingsRecordRemove Method

Removes the given channel setting from the collection of channel settings.

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

Parameters

channelSetting  ChannelSetting
The channel setting to be removed.
See Also