AuthorizationProvider.SecurityObjectDeleted Method
Notify the provider that an object was deleted
Namespace: Microsoft.TeamFoundation.Integration.Server
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
Public Sub SecurityObjectDeleted ( _
requestContext As TeamFoundationRequestContext, _
objectId As String _
)
public void SecurityObjectDeleted(
TeamFoundationRequestContext requestContext,
string objectId
)
public:
void SecurityObjectDeleted(
TeamFoundationRequestContext^ requestContext,
String^ objectId
)
member SecurityObjectDeleted :
requestContext:TeamFoundationRequestContext *
objectId:string -> unit
public function SecurityObjectDeleted(
requestContext : TeamFoundationRequestContext,
objectId : String
)
Parameters
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- objectId
Type: System.String
.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.