This documentation is archived and is not being maintained.

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)

public:
TfsMessageQueue^ CreateQueue(
	Uri^ queueId
)

Parameters

queueId
Type: System::Uri

The queue identifier.

Return Value

Type: Microsoft.TeamFoundation.Framework.Client::TfsMessageQueue
An object for dequeuing messages from the server

Show: