|
|
|
@ -1788,7 +1788,7 @@ namespace IEC61850
|
|
|
|
|
/// by a prior function call.</description>
|
|
|
|
|
/// <param name="handler">The user provided callback handler</param>
|
|
|
|
|
/// <exception cref="IedConnectionException">This exception is thrown if there is a connection or service error</exception>
|
|
|
|
|
[Obsolete("ConnectionClosedHandler is deprecated, please use ConnectionEventHandler instead")]
|
|
|
|
|
[Obsolete("ConnectionClosedHandler is deprecated, please use StateChangedHandler instead")]
|
|
|
|
|
public void InstallConnectionClosedHandler(ConnectionClosedHandler handler)
|
|
|
|
|
{
|
|
|
|
|
if (connectionClosedHandler == null)
|
|
|
|
|