Freigeben über


AccountHttpClient.GetAccountAsync-Methode

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

Syntax

'Declaration
Public Function GetAccountAsync ( _
    accountId As String, _
    propertyNameFilter As IEnumerable(Of String), _
    userState As Object _
) As Task(Of Account)
public Task<Account> GetAccountAsync(
    string accountId,
    IEnumerable<string> propertyNameFilter,
    Object userState
)

Parameter

Rückgabewert

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

.NET Framework-Sicherheit

Siehe auch

Referenz

AccountHttpClient Klasse

Microsoft.VisualStudio.Services.Account.Client-Namespace