Class HostingServices
This class is the main entrypoint for a host into the CAPI internal functions. It can be used to extend and alter the inner workings of the API.
Inheritance
object
HostingServices
Namespace: ABB.Robotics.Controllers.Hosting
Assembly: ABB.Robotics.Controllers.PC.dll
Syntax
public class HostingServices : IServiceProvider, INotify
Properties
View SourceServiceProvider
Gets the service provider impl.
Declaration
public static IServiceProvider ServiceProvider { get; }
Property Value
| Type | Description |
|---|---|
| IServiceProvider |
Methods
View SourceRegisterHost(IHost)
Register the host.
Declaration
public static void RegisterHost(IHost host)
Parameters
| Type | Name | Description |
|---|---|---|
| IHost | host | Host object. |