Show / Hide Table of Contents

    Interface ICommandRegistry

    Namespace: Microsoft.MixedReality.SpectatorView
    Assembly: cs.temp.dll.dll
    Syntax
    public interface ICommandRegistry

    Methods

    RegisterCommandHandler(String, CommandHandler)

    Declaration
    void RegisterCommandHandler(string command, CommandHandler handler)
    Parameters
    Type Name Description
    String command
    CommandHandler handler

    UnregisterCommandHandler(String, CommandHandler)

    Declaration
    void UnregisterCommandHandler(string command, CommandHandler handler)
    Parameters
    Type Name Description
    String command
    CommandHandler handler

    Events

    Connected

    Declaration
    event ConnectedEventHandler Connected
    Event Type
    Type Description
    ConnectedEventHandler

    Disconnected

    Declaration
    event DisconnectedEventHandler Disconnected
    Event Type
    Type Description
    DisconnectedEventHandler
    Back to top Generated by DocFX