IdentityHttpClient.DeleteGroupAsync Method (IdentityDescriptor, Object)

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

Syntax

'Declaration
Public Function DeleteGroupAsync ( _
    descriptor As IdentityDescriptor, _
    userState As Object _
) As Task(Of HttpResponseMessage)
public Task<HttpResponseMessage> DeleteGroupAsync(
    IdentityDescriptor descriptor,
    Object userState
)
public:
Task<HttpResponseMessage^>^ DeleteGroupAsync(
    IdentityDescriptor^ descriptor, 
    Object^ userState
)
member DeleteGroupAsync : 
        descriptor:IdentityDescriptor * 
        userState:Object -> Task<HttpResponseMessage> 
public function DeleteGroupAsync(
    descriptor : IdentityDescriptor, 
    userState : Object
) : Task<HttpResponseMessage>

Parameters

Return Value

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

.NET Framework Security

See Also

Reference

IdentityHttpClient Class

DeleteGroupAsync Overload

Microsoft.VisualStudio.Services.Identity.Client Namespace