Freigeben über


ProfileHttpClient.GetProfileAsync-Methode (ProfileQueryContext, Object)

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

Syntax

'Declaration
Public Overridable Function GetProfileAsync ( _
    profileQueryContext As ProfileQueryContext, _
    userState As Object _
) As Task(Of Profile)
public virtual Task<Profile> GetProfileAsync(
    ProfileQueryContext profileQueryContext,
    Object userState
)

Parameter

Rückgabewert

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

.NET Framework-Sicherheit

Siehe auch

Referenz

ProfileHttpClient Klasse

GetProfileAsync-Überladung

Microsoft.VisualStudio.Services.Profile.Client-Namespace