System.Messaging Reference (Document! X Sample)
System.Messaging.Design Namespace / QueuePathDialog Class / SelectQueue Method
The System.Messaging.MessageQueue to be selected.



In This Topic
    SelectQueue Method
    In This Topic
    Selects the specified queue.
    Syntax
    'Declaration
     
    
    Public Sub SelectQueue( _
       ByVal queue As MessageQueue _
    ) 
    'Usage
     
    
    Dim instance As QueuePathDialog
    Dim queue As MessageQueue
     
    instance.SelectQueue(queue)
    public void SelectQueue( 
       MessageQueue queue
    )
    public:
    void SelectQueue( 
       MessageQueue^ queue
    ) 

    Parameters

    queue
    The System.Messaging.MessageQueue to be selected.
    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