Click or drag to resize

ObservationRecordRemove Method

Removes the given channel instance from the collection of channel instances.

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

Parameters

channelInstance  ChannelInstance
The channel instance to be removed.
See Also