Method | Description | |
---|---|---|
ServiceHost ( ) : System | ||
ServiceHost ( IContainer container ) : System |
Method | Description | |
---|---|---|
DisplayResponseMessage ( GSF.ServiceProcess.ClientRequestInfo requestInfo, string status ) : void |
Displays a response message to client requestor.
|
|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
|
OnContinue ( ) : void | ||
OnPause ( ) : void | ||
OnShutdown ( ) : void | ||
OnStart ( string args ) : void | ||
OnStop ( ) : void | ||
SendResponse ( GSF.ServiceProcess.ClientRequestInfo requestInfo, bool success ) : void |
Sends an actionable response to client.
|
|
SendResponseWithAttachment ( GSF.ServiceProcess.ClientRequestInfo requestInfo, bool success, object attachment, string status ) : void |
Sends an actionable response to client with a formatted message and attachment.
|
Method | Description | |
---|---|---|
FaultLocationEngine_ProcessException ( object sender, EventArgs |
||
FaultLocationEngine_StatusMessage ( object sender, EventArgs |
||
HandleException ( |
||
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
MsgServiceMonitorsRequestHandler ( GSF.ServiceProcess.ClientRequestInfo requestInfo ) : void | ||
ReloadDeviceDefsRequestHandler ( GSF.ServiceProcess.ClientRequestInfo requestInfo ) : void | ||
ServiceHeartbeatHandler ( string s, object args ) : void | ||
ServiceHelper_ServiceStarted ( object sender, |
||
ServiceHelper_ServiceStopping ( object sender, |
||
ServiceMonitors_AdapterCreated ( object sender, EventArgs |
||
ServiceMonitors_AdapterLoaded ( object sender, EventArgs |
||
ServiceMonitors_AdapterUnloaded ( object sender, EventArgs |
||
StartDebugging ( string args ) : void | ||
StopDebugging ( ) : void |
protected DisplayResponseMessage ( GSF.ServiceProcess.ClientRequestInfo requestInfo, string status ) : void | ||
requestInfo | GSF.ServiceProcess.ClientRequestInfo | |
status | string | Formatted status message to send to client. |
return | void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
protected SendResponse ( GSF.ServiceProcess.ClientRequestInfo requestInfo, bool success ) : void | ||
requestInfo | GSF.ServiceProcess.ClientRequestInfo | |
success | bool | Flag that determines if this response to client request was a success. |
return | void |
protected SendResponseWithAttachment ( GSF.ServiceProcess.ClientRequestInfo requestInfo, bool success, object attachment, string status ) : void | ||
requestInfo | GSF.ServiceProcess.ClientRequestInfo | |
success | bool | Flag that determines if this response to client request was a success. |
attachment | object | Attachment to send with response. |
status | string | Formatted status message to send with response. |
return | void |
public ServiceHost ( IContainer container ) : System | ||
container | IContainer | |
return | System |