Loupe - Log - Monitor - Resolve
Gibraltar.Messaging.Net Namespace / RegisterAnalystCommandMessage Class / RegisterAnalystCommandMessage Constructor

In This Topic
    RegisterAnalystCommandMessage Constructor
    In This Topic
    Create a new registration for the specified client repository id and user name
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal repositoryId As Guid, _
       ByVal userName As String _
    )
    public RegisterAnalystCommandMessage( 
       Guid repositoryId,
       string userName
    )

    Parameters

    repositoryId
    userName
    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