Freigeben über


IdentityService.DeleteScope Method

Namespace:  Microsoft.VisualStudio.Services.Identity
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Public MustOverride Sub DeleteScope ( _
    requestContext As TeamFoundationRequestContext, _
    scopeId As Guid _
)
public abstract void DeleteScope(
    TeamFoundationRequestContext requestContext,
    Guid scopeId
)
public:
virtual void DeleteScope(
    TeamFoundationRequestContext^ requestContext, 
    Guid scopeId
) abstract
abstract DeleteScope : 
        requestContext:TeamFoundationRequestContext * 
        scopeId:Guid -> unit
public abstract function DeleteScope(
    requestContext : TeamFoundationRequestContext, 
    scopeId : Guid
)

Parameters

.NET Framework Security

See Also

Reference

IdentityService Class

Microsoft.VisualStudio.Services.Identity Namespace