ProfileHttpClientBase.GetProfileAsync Method

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

Syntax

'Declaration
Protected Overridable Function GetProfileAsync ( _
    profileQueryContext As ProfileQueryContext, _
    id As String, _
    userState As Object _
) As Task(Of Profile)
protected virtual Task<Profile> GetProfileAsync(
    ProfileQueryContext profileQueryContext,
    string id,
    Object userState
)
protected:
virtual Task<Profile^>^ GetProfileAsync(
    ProfileQueryContext^ profileQueryContext, 
    String^ id, 
    Object^ userState
)
abstract GetProfileAsync : 
        profileQueryContext:ProfileQueryContext * 
        id:string * 
        userState:Object -> Task<Profile> 
override GetProfileAsync : 
        profileQueryContext:ProfileQueryContext * 
        id:string * 
        userState:Object -> Task<Profile> 
protected function GetProfileAsync(
    profileQueryContext : ProfileQueryContext, 
    id : String, 
    userState : Object
) : Task<Profile>

Parameters

Return Value

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

.NET Framework Security

See Also

Reference

ProfileHttpClientBase Class

Microsoft.VisualStudio.Services.Profile.Client Namespace