Bind to a service component of desired module package.
A Message of the desired service component.
A IModuleComponentBinder interface to receive information as the service component is bound and unbound.
Return true if the request has been operated successfully, otherwise false.
Unbind from a service component.
A Message previously supplied to IModuleServiceManager.bindModuleService.
A IModuleComponentBinder interface previously supplied to IModuleServiceManager.bindModuleService.
Return true if the request has been operated successfully, otherwise false.
Generated using TypeDoc
System manager for managing module's service component. Through this you can run module's service component.
1