This documentation is archived and is not being maintained.

IBuildServer::SaveQueuedBuilds Method

Saves any changes that were made to the queued builds to the server.

Namespace:  Microsoft.TeamFoundation.Build.Client
Assembly:  Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)

array<IQueuedBuild^>^ SaveQueuedBuilds(
	array<IQueuedBuild^>^ queuedBuilds
)

Parameters

queuedBuilds
Type: array<Microsoft.TeamFoundation.Build.Client::IQueuedBuild>

The queued builds to be saved.

Return Value

Type: array<Microsoft.TeamFoundation.Build.Client::IQueuedBuild>
The saved queued builds.

Show: