| 
            
              SelfHostingServiceServiceHostStarted Event
             | 
          
        
        
            Occurs when the 
ServiceHost has can process requests via all of its endpoints.
            
 
        
        Namespace: GSF.ServiceModelAssembly: GSF.ServiceModel (in GSF.ServiceModel.dll) Version: 2.4.258-beta
Syntaxpublic event EventHandler ServiceHostStarted
Public Event ServiceHostStarted As EventHandler
public:
virtual  event EventHandler^ ServiceHostStarted {
	void add (EventHandler^ value);
	void remove (EventHandler^ value);
}abstract ServiceHostStarted : IEvent<EventHandler,
    EventArgs>
override ServiceHostStarted : IEvent<EventHandler,
    EventArgs>function add_ServiceHostStarted(value);
function remove_ServiceHostStarted(value);
 View SourceValue
EventHandlerImplements
ISelfHostingServiceServiceHostStarted
See Also