[This is preliminary documentation and is subject to change.]
Occurs when the ServiceHost has can process requests via all of its endpoints.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public event EventHandler ServiceHostStarted
Public Event ServiceHostStarted As EventHandler
public: virtual event EventHandler^ ServiceHostStarted { void add (EventHandler^ value); void remove (EventHandler^ value); }