ServiceManager Class Members
The following tables list the members exposed by ServiceManager.
Public Properties
Name | Description | |
---|---|---|
ApplicationName | Gets the name of the application. | |
Instance | Returns implementation of this class |
Public Methods
Name | Description | |
---|---|---|
AddService | Overloaded. Adds the specified service to the ServiceManager service container. | |
GetService | Gets the service object of the specified type, if it is available. | |
RemoveService | Overloaded. Removes the specified service type from the serviceManager service container. |
Public Events
Name | Description | |
---|---|---|
ServiceAdded | Event raised when a service is added to the service manager | |
ServiceRemoved | Event raised when a service is removed from the service manager |
See Also