Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Field: ManualResetEvent ShutdownComplete

Declaration

ManualResetEvent ShutdownComplete

Summary

Wait on this event after starting the server to be notified of when the server has fully shut down. This event is initially un-signalled; starting the server resets it, stopping the server sets it as soon as the last active connection is terminated. Starting the server again before the previous shutdown is complete will result in this event not being raised at all for the previous shutdown.