CollectionManagementStepPerformer.StampCollectionDeleted 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 StampCollectionDeleted ( _
servicingContext As ServicingContext _
)
[ServicingStepAttribute]
public void StampCollectionDeleted(
ServicingContext servicingContext
)
[ServicingStepAttribute]
public:
void StampCollectionDeleted(
ServicingContext^ servicingContext
)
[<ServicingStepAttribute>]
member StampCollectionDeleted :
servicingContext:ServicingContext -> unit
public function StampCollectionDeleted(
servicingContext : ServicingContext
)
Parameters
- servicingContext
Type: Microsoft.TeamFoundation.Framework.Server.ServicingContext
.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.