TeamProjectCollectionService.QueueUpdateCollection Method
Update the properties of a collection.
Namespace: Microsoft.TeamFoundation.Server.Core
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
Public Function QueueUpdateCollection ( _
requestContext As TeamFoundationRequestContext, _
updatedCollectionProperties As TeamProjectCollectionProperties, _
servicingTokens As IDictionary(Of String, String) _
) As ServicingJobDetail
public ServicingJobDetail QueueUpdateCollection(
TeamFoundationRequestContext requestContext,
TeamProjectCollectionProperties updatedCollectionProperties,
IDictionary<string, string> servicingTokens
)
public:
ServicingJobDetail^ QueueUpdateCollection(
TeamFoundationRequestContext^ requestContext,
TeamProjectCollectionProperties^ updatedCollectionProperties,
IDictionary<String^, String^>^ servicingTokens
)
member QueueUpdateCollection :
requestContext:TeamFoundationRequestContext *
updatedCollectionProperties:TeamProjectCollectionProperties *
servicingTokens:IDictionary<string, string> -> ServicingJobDetail
public function QueueUpdateCollection(
requestContext : TeamFoundationRequestContext,
updatedCollectionProperties : TeamProjectCollectionProperties,
servicingTokens : IDictionary<String, String>
) : ServicingJobDetail
Parameters
requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContextThe request context.
updatedCollectionProperties
Type: Microsoft.TeamFoundation.Framework.Server.TeamProjectCollectionPropertiesThe updated collection properties for the collection.
servicingTokens
Type: System.Collections.Generic.IDictionary<String, String>The servicing tokens to use when running the UpdateCollectionProperties Servicing Operation in the job service.
Return Value
Type: Microsoft.TeamFoundation.Framework.Server.ServicingJobDetail
Returns the ServicingJobDetail object for the job that was queued to attach the collection.
.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.