Click or drag to resize

ConfigurationCellCollectionTryGetByStationName Method

Attempts to get IConfigurationCell with the specified station name.

Namespace: GSF.PhasorProtocols
Assembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.181-beta
Syntax
public virtual bool TryGetByStationName(
	string stationName,
	out IConfigurationCell configurationCell
)
View Source

Parameters

stationName  String
The StationName to find.
configurationCell  IConfigurationCell
When this method returns, contains the IConfigurationCell with the specified stationName, if found; otherwise, null is returned.

Return Value

Boolean
true if the ConfigurationCellCollection contains an element with the specified stationName; otherwise, false.
See Also