Click or drag to resize

ConfigurationCellCollectionIndexOfStationName Method

Attempts to find the index of the IConfigurationCell with the specified station name.

Namespace: GSF.PhasorProtocols
Assembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.181-beta
Syntax
public virtual int IndexOfStationName(
	string stationName
)
View Source

Parameters

stationName  String
The StationName to find.

Return Value

Int32
Index of the ConfigurationCellCollection that contains the specified stationName; otherwise, -1.
See Also