Share via


CollectionManagementStepPerformer.UnregisterCollection Method

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

Syntax

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

Parameters

.NET Framework Security

See Also

Reference

CollectionManagementStepPerformer Class

Microsoft.TeamFoundation.Server.Core.Extensions Namespace