Freigeben über


IdentityHttpClient.RenameScopeAsync-Methode

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

Syntax

'Declaration
Public Function RenameScopeAsync ( _
    scopeId As Guid, _
    newName As String, _
    userState As Object _
) As Task(Of HttpResponseMessage)
public Task<HttpResponseMessage> RenameScopeAsync(
    Guid scopeId,
    string newName,
    Object userState
)

Parameter

Rückgabewert

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

.NET Framework-Sicherheit

Siehe auch

Referenz

IdentityHttpClient Klasse

Microsoft.VisualStudio.Services.Identity.Client-Namespace