[This is preliminary documentation and is subject to change.]
The IMessengerImplementation type exposes the following members.Methods
| Name | Description | |
|---|---|---|
| ApplicationFinishAfterCleanup | (Inherited from IApplicationFinishNotifiable.) | |
| ApplicationFinishBeforeCleanup | (Inherited from IApplicationFinishNotifiable.) | |
| CheckForCompleteStop |
Non-blocking call that returns true when the service instance has completely stopped after SignalStop()
(Inherited from IService.) | |
| Configure |
Configures an entity from supplied config node
(Inherited from IConfigurable.) | |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from | ||
| SendMsg | (Inherited from IMessenger.) | |
| SignalStop |
Non-blocking call that initiates the stopping of the service
(Inherited from IService.) | |
| Start |
Blocking call that starts the service instance
(Inherited from IService.) | |
| WaitForCompleteStop |
Blocks execution of current thread until this service has completely stopped
(Inherited from IService.) |
Properties
| Name | Description | |
|---|---|---|
| ComponentCommonName |
Returns the common name used to identify the component, for example "Glue" for various IGlue implementations.
This name is searched-by some management tools that allow to find component by this name that does not change between
application restarts like ComponentSID does. Subordinate (non-root) components return null
(Inherited from IApplicationComponent.) | |
| ComponentDirector |
Returns a reference to an object that this app component services/operates under, or null
(Inherited from IApplicationComponent.) | |
| ComponentSID |
Returns process/instance unique app component system id
(Inherited from IApplicationComponent.) | |
| Name | (Inherited from INamed.) | |
| Running |
Returns true when service is active or about to become active.
Check in service implementation loops/threads/tasks
(Inherited from IService.) | |
| Status |
Current service status
(Inherited from IService.) |
See Also