FrameworkProfileHttpClient.GetProfileLocationsAsync Method

Namespace:  Microsoft.VisualStudio.Services.Profile
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Public Overridable Function GetProfileLocationsAsync ( _
    profilePageType As ProfilePageType, _
    userState As Object _
) As Task(Of String)
public virtual Task<string> GetProfileLocationsAsync(
    ProfilePageType profilePageType,
    Object userState
)
public:
virtual Task<String^>^ GetProfileLocationsAsync(
    ProfilePageType profilePageType, 
    Object^ userState
)
abstract GetProfileLocationsAsync : 
        profilePageType:ProfilePageType * 
        userState:Object -> Task<string> 
override GetProfileLocationsAsync : 
        profilePageType:ProfilePageType * 
        userState:Object -> Task<string> 
public function GetProfileLocationsAsync(
    profilePageType : ProfilePageType, 
    userState : Object
) : Task<String>

Parameters

Return Value

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

.NET Framework Security

See Also

Reference

FrameworkProfileHttpClient Class

Microsoft.VisualStudio.Services.Profile Namespace