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