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