|   | Service | 
The ServiceHelper type exposes the following members.
 Properties
Properties
        | Name | Description | |
|---|---|---|
|   | CanRaiseEvents | Gets a value indicating whether the component can raise an event. (Inherited from Component) | 
|   | ClientRequestHandlers | Gets a list of ClientRequestHandler registered for handling requests from RemoteClients. | 
|   | ClientRequestHistory | Gets a list of ClientRequestInfo for requests made by RemoteClients. | 
|   | ConnectionErrorLogger | Gets the ErrorLogger component used for logging connection related exceptions encountered in the ParentService. | 
|   | Container | Gets the IContainer that contains the Component. (Inherited from Component) | 
|   | DesignMode | Gets a value that indicates whether the Component is currently in design mode. (Inherited from Component) | 
|   | Enabled | Gets or sets a boolean value that indicates whether the ServiceHelper is currently enabled. | 
|   | ErrorLogger | Gets the ErrorLogger component used for logging errors encountered in the ParentService. | 
|   | Events | Gets the list of event handlers that are attached to this Component. (Inherited from Component) | 
|   | HealthMonitorInterval | Gets or sets the interval, in seconds, over which to sample the performance monitor for health statistics. | 
|   | IsDisposed | Gets a flag that indicates whether the object has been disposed. | 
|   | LogStatusUpdates | Gets or sets a boolean value that indicates whether messages sent using UpdateStatus(UpdateType, String, Object) or UpdateStatus(Guid, UpdateType, String, Object) are to be logged to the StatusLog. | 
|   | MaxStatusUpdatesFrequency | Gets or sets the maximum number of status update messages that can be issued in a second without getting suppressed from being displayed. | 
|   | MaxStatusUpdatesLength | Gets or sets the maximum numbers of characters allowed in update status messages without getting suppressed from being displayed. | 
|   | MonitorServiceHealth | Gets or sets a boolean value that indicates whether the health of the ParentService is to be monitored. | 
|   | Name | Gets the unique identifier of the ServiceHelper. | 
|   | ParentService | Gets or sets the ServiceBase to which the ServiceHelper will provided added functionality. | 
|   | PerformanceMonitor | Gets the PerformanceMonitor object used for monitoring the health of the ParentService. | 
|   | PersistSettings | Gets or sets a boolean value that indicates whether the settings of ServiceHelper are to be saved to the config file. | 
|   | Processes | Gets a list of ServiceProcess defined in the ServiceHelper. | 
|   | ProcessScheduler | Gets the ScheduleManager component used for scheduling defined ServiceProcess. | 
|   | RemoteClients | Gets a list of ClientInfo for remote clients connected to the RemotingServer. | 
|   | RemotingServer | Gets or sets the ServerBase component used for communicating with RemoteClients. | 
|   | RequestHistoryLimit | Gets or sets the maximum number of ClientRequest entries to be maintained in the ClientRequestHistory. | 
|   | SecureRemoteInteractions | Gets or sets a boolean value that indicates whether ServiceHelper will secure remote interactions from ClientHelper. | 
|   | SerializationFormat | Gets or sets a value that indicates the desired message SerializationFormat for interaction with ClientHelper. | 
|   | ServiceComponents | Gets a list of components that implement the ISupportLifecycle interface used by the ParentService. | 
|   | SettingsCategory | Gets or sets the category under which the settings of ServiceHelper are to be saved to the config file if the PersistSettings property is set to true. | 
|   | Site | Gets or sets the ISite of the Component. (Inherited from Component) | 
|   | Status | Gets the descriptive status of the ServiceHelper. | 
|   | StatusLog | Gets the LogFile component used for logging status messages to a text file. | 
|   | SupportFileManagementCommands | Gets or sets boolean value that indicates whether the ServiceHelper will have support for file-management commands. | 
|   | SupportSystemCommands | Gets or sets a boolean value that indicates whether ServiceHelper commands will have support for system-level access (-system switch). | 
|   | SupportTelnetSessions | Gets or sets a boolean value that indicates whether the ServiceHelper will have support for remote telnet-like sessions. | 
 See Also
See Also