Freigeben über


ProfileHttpClient.GetCountriesAsync-Methode

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

Syntax

'Declaration
Public Overridable Function GetCountriesAsync ( _
    userState As Object _
) As Task(Of IList(Of Country))
public virtual Task<IList<Country>> GetCountriesAsync(
    Object userState
)

Parameter

Rückgabewert

Typ: System.Threading.Tasks.Task<IList<Country>>

.NET Framework-Sicherheit

Siehe auch

Referenz

ProfileHttpClient Klasse

Microsoft.VisualStudio.Services.Profile.Client-Namespace