FrameworkProfileHttpClient.GetCountryNameAsync-Methode

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

Syntax

'Declaration
Public Overridable Function GetCountryNameAsync ( _
    id As Guid, _
    userState As Object _
) As Task(Of String)
public virtual Task<string> GetCountryNameAsync(
    Guid id,
    Object userState
)

Parameter

Rückgabewert

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

.NET Framework-Sicherheit

Siehe auch

Referenz

FrameworkProfileHttpClient Klasse

Microsoft.VisualStudio.Services.Profile-Namespace