TfsMessageQueueService.CreateQueue Method (Uri)
Creates an object which may be used to dequeue messages from the specified queue.
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Public Function CreateQueue ( _
queueId As Uri _
) As TfsMessageQueue
public TfsMessageQueue CreateQueue(
Uri queueId
)
public:
TfsMessageQueue^ CreateQueue(
Uri^ queueId
)
member CreateQueue :
queueId:Uri -> TfsMessageQueue
public function CreateQueue(
queueId : Uri
) : TfsMessageQueue
Parameters
queueId
Type: System.UriThe queue identifier.
Return Value
Type: Microsoft.TeamFoundation.Framework.Client.TfsMessageQueue
An object for dequeuing messages from the server
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.