IdentityHttpClient.DeleteGroupAsync 方法 (Guid, Object)

命名空间:  Microsoft.VisualStudio.Services.Identity.Client
程序集:  Microsoft.VisualStudio.Services.WebApi(在 Microsoft.VisualStudio.Services.WebApi.dll 中)

语法

声明
Public Function DeleteGroupAsync ( _
    groupId As Guid, _
    userState As Object _
) As Task(Of HttpResponseMessage)
public Task<HttpResponseMessage> DeleteGroupAsync(
    Guid groupId,
    Object userState
)

参数

返回值

类型:System.Threading.Tasks.Task<HttpResponseMessage>

.NET Framework 安全性

请参阅

参考

IdentityHttpClient 类

DeleteGroupAsync 重载

Microsoft.VisualStudio.Services.Identity.Client 命名空间