Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Queues creation of a new team project collection on the server.
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Function QueueCreateCollection ( _
name As String, _
description As String, _
isDefault As Boolean, _
virtualDirectory As String, _
state As TeamFoundationServiceHostStatus, _
servicingTokens As IDictionary(Of String, String) _
) As ServicingJobDetail
ServicingJobDetail QueueCreateCollection(
string name,
string description,
bool isDefault,
string virtualDirectory,
TeamFoundationServiceHostStatus state,
IDictionary<string, string> servicingTokens
)
ServicingJobDetail^ QueueCreateCollection(
String^ name,
String^ description,
bool isDefault,
String^ virtualDirectory,
TeamFoundationServiceHostStatus state,
IDictionary<String^, String^>^ servicingTokens
)
abstract QueueCreateCollection :
name:string *
description:string *
isDefault:bool *
virtualDirectory:string *
state:TeamFoundationServiceHostStatus *
servicingTokens:IDictionary<string, string> -> ServicingJobDetail
function QueueCreateCollection(
name : String,
description : String,
isDefault : boolean,
virtualDirectory : String,
state : TeamFoundationServiceHostStatus,
servicingTokens : IDictionary<String, String>
) : ServicingJobDetail
Parameters
name
Type: System.StringThe name of the collection
description
Type: System.StringA description of the collection.
isDefault
Type: System.BooleanIf true, the collection is made the default for older clients not explicitly specifying a collection.
virtualDirectory
Type: System.StringThe public url virtual path associated with the collection
state
Type: Microsoft.TeamFoundation.Framework.Common.TeamFoundationServiceHostStatusthe initial state of the collection.
servicingTokens
Type: System.Collections.Generic.IDictionary<String, String>Replacement strings for tokens in collection creation servicing steps.
Return Value
Type: Microsoft.TeamFoundation.Framework.Client.ServicingJobDetail
Returns the servicing job result which contains the job and host Id
.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.
See Also
Reference
ITeamProjectCollectionServicing Interface