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
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- scopeId
Type: System.Guid
.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.