Search Results for

    Show / Hide Table of Contents

    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
    Implements
    IServiceProvider
    INotify
    Namespace: ABB.Robotics.Controllers.Hosting
    Assembly: ABB.Robotics.Controllers.PC.dll
    Syntax
    public class HostingServices : IServiceProvider, INotify

    Properties

    View Source

    ServiceProvider

    Gets the service provider impl.

    Declaration
    public static IServiceProvider ServiceProvider { get; }
    Property Value
    Type Description
    IServiceProvider

    Methods

    View Source

    RegisterHost(IHost)

    Register the host.

    Declaration
    public static void RegisterHost(IHost host)
    Parameters
    Type Name Description
    IHost host

    Host object.

    Implements

    IServiceProvider
    INotify
    • View Source
    In this article
    Back to top Copyright © 2026 ABB Robotics