TfsMessageQueueService.CreateQueue Method
Include Protected Members
Include Inherited Members
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
CreateQueue(Uri) | Creates an object which may be used to dequeue messages from the specified queue. | |
CreateQueue(Uri, Int32) | Creates an object which may be used to dequeue messages from the specified queue. | |
CreateQueue(Uri, Int32, TimeSpan) | Creates an object which may be used to dequeue messages from the specified queue. | |
CreateQueue(Uri, Int32, TimeSpan, Func<SoapException, Exception>) | Creates an object which may be used to dequeue messages from the specified queue. |
Top