Loupe - Log - Monitor - Resolve
Loupe.Extensibility.Client Namespace / ISessionCommand Interface
Members

In This Topic
    ISessionCommand Interface
    In This Topic
    The interface for commands (operations) that can be applied to a session.
    Syntax
    'Declaration
     
    
    Public Interface ISessionCommand 
    public interface ISessionCommand 
    Remarks
    Sessions are always contained in a repository, so a session command implicitly operates within a repository. The same session command implementation may be loaded multiple times so that it can be loaded for each repository that is available.
    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