ProjectHttpClient.QueueCreateProject(TeamProject, Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Queue a project creation with a specific Name, Abbreviation, Capabilities.VersionControl, Capabilities.ProcessTemplate, and optionally Description.
public System.Threading.Tasks.Task<Microsoft.VisualStudio.Services.Operations.OperationReference> QueueCreateProject(Microsoft.TeamFoundation.Core.WebApi.TeamProject projectToCreate, object userState = null);
member this.QueueCreateProject : Microsoft.TeamFoundation.Core.WebApi.TeamProject * obj -> System.Threading.Tasks.Task<Microsoft.VisualStudio.Services.Operations.OperationReference>
Public Function QueueCreateProject (projectToCreate As TeamProject, Optional userState As Object = null) As Task(Of OperationReference)
Parameters
- projectToCreate
- TeamProject
The project to create.
- userState
- Object
Returns
Reference to the create operation.