libiec61850 icon indicating copy to clipboard operation
libiec61850 copied to clipboard

No reference to ConnectionEventHandler (C#)

Open basilfx opened this issue 4 years ago • 2 comments

This line states that I should use ConnectionEventHandler instead of InstallConnectionClosedHandler, but I cannot find any reference to this ConnectionEventHandler in the source.

I presume this line is incorrect, so my question is: what should I use instead?

basilfx avatar Apr 14 '21 13:04 basilfx

You are right. The line is incorrect. It should be StateChangedHandler

mzillgith avatar Apr 14 '21 16:04 mzillgith

Hello, I'm C# developer, too

FindPath avatar Jun 10 '21 00:06 FindPath