TeamProjectCollectionService.QueueExportCollection Method

Queues a collection to be exported from the hosted system.

Namespace:  Microsoft.TeamFoundation.Server.Core
Assembly:  Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)

Syntax

'Declaration
Public Function QueueExportCollection ( _
    requestContext As TeamFoundationRequestContext, _
    hostId As Guid, _
    collectionStoppedMessage As String, _
    deleteStagingDb As Boolean _
) As ServicingJobDetail
public ServicingJobDetail QueueExportCollection(
    TeamFoundationRequestContext requestContext,
    Guid hostId,
    string collectionStoppedMessage,
    bool deleteStagingDb
)
public:
ServicingJobDetail^ QueueExportCollection(
    TeamFoundationRequestContext^ requestContext, 
    Guid hostId, 
    String^ collectionStoppedMessage, 
    bool deleteStagingDb
)
member QueueExportCollection : 
        requestContext:TeamFoundationRequestContext * 
        hostId:Guid * 
        collectionStoppedMessage:string * 
        deleteStagingDb:bool -> ServicingJobDetail
public function QueueExportCollection(
    requestContext : TeamFoundationRequestContext, 
    hostId : Guid, 
    collectionStoppedMessage : String, 
    deleteStagingDb : boolean
) : ServicingJobDetail

Parameters

Return Value

Type: Microsoft.TeamFoundation.Framework.Server.ServicingJobDetail

.NET Framework Security

See Also

Reference

TeamProjectCollectionService Class

Microsoft.TeamFoundation.Server.Core Namespace