Share via


CollectionManagementStepPerformer.RegisterCollection Method

Creates a host for a team project collection, writes connections strings for logical databases to the colllection registry, and creates target request context for the collection.

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

Syntax

'Declaration
<ServicingStepAttribute> _
Public Sub RegisterCollection ( _
    servicingContext As ServicingContext _
)
[ServicingStepAttribute]
public void RegisterCollection(
    ServicingContext servicingContext
)
[ServicingStepAttribute]
public:
void RegisterCollection(
    ServicingContext^ servicingContext
)
[<ServicingStepAttribute>]
member RegisterCollection : 
        servicingContext:ServicingContext -> unit
public function RegisterCollection(
    servicingContext : ServicingContext
)

Parameters

.NET Framework Security

See Also

Reference

CollectionManagementStepPerformer Class

Microsoft.TeamFoundation.Server.Core.Extensions Namespace