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
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- hostId
Type: System.Guid
- collectionStoppedMessage
Type: System.String
- deleteStagingDb
Type: System.Boolean
Return Value
Type: Microsoft.TeamFoundation.Framework.Server.ServicingJobDetail
.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.