IdentityHttpClient.DeleteScopeAsync Method

Namespace:  Microsoft.VisualStudio.Services.Identity.Client
Assembly:  Microsoft.VisualStudio.Services.WebApi (in Microsoft.VisualStudio.Services.WebApi.dll)

Syntax

'Declaration
Public Function DeleteScopeAsync ( _
    scopeId As Guid, _
    userState As Object _
) As Task(Of HttpResponseMessage)
public Task<HttpResponseMessage> DeleteScopeAsync(
    Guid scopeId,
    Object userState
)
public:
Task<HttpResponseMessage^>^ DeleteScopeAsync(
    Guid scopeId, 
    Object^ userState
)
member DeleteScopeAsync : 
        scopeId:Guid * 
        userState:Object -> Task<HttpResponseMessage> 
public function DeleteScopeAsync(
    scopeId : Guid, 
    userState : Object
) : Task<HttpResponseMessage>

Parameters

Return Value

Type: System.Threading.Tasks.Task<HttpResponseMessage>

.NET Framework Security

See Also

Reference

IdentityHttpClient Class

Microsoft.VisualStudio.Services.Identity.Client Namespace