ConnectionClosedEventArgs Constructor
ConnectionClosedEventArgs(Boolean)
Initializes a new instance of the ConnectionClosedEventArgs class.
Declaration
public ConnectionClosedEventArgs(bool wasLast)
Parameters
| Boolean | wasLast | Whether the connection was the last one.  |