Loupe - Log - Monitor - Resolve
Loupe.Extensibility.Client Namespace / ILogMessageCommand Interface / RegisterCommands Method
The User Interface context that is hosting the command

In This Topic
    RegisterCommands Method (ILogMessageCommand)
    In This Topic
    Called to have the log message command object register all commands that it supports.
    Syntax
    'Declaration
     
    
    Sub RegisterCommands( _
       ByVal context As IUserInterfaceContext _
    ) 
    void RegisterCommands( 
       IUserInterfaceContext context
    )

    Parameters

    context
    The User Interface context that is hosting the command
    Remarks
    The controller should not be persisted or accessed between calls, it may change and the same object may get calls from multiple controllers.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also