AccountHttpClient.CreateAccountAsync-Methode
Namespace: Microsoft.VisualStudio.Services.Account.Client
Assembly: Microsoft.VisualStudio.Services.WebApi (in Microsoft.VisualStudio.Services.WebApi.dll)
Syntax
'Declaration
Public Function CreateAccountAsync ( _
name As String, _
organization As String, _
creatorId As Guid, _
language As CultureInfo, _
culture As CultureInfo, _
timeZone As TimeZoneInfo, _
properties As IDictionary(Of String, Object), _
userState As Object _
) As Task(Of Account)
public Task<Account> CreateAccountAsync(
string name,
string organization,
Guid creatorId,
CultureInfo language,
CultureInfo culture,
TimeZoneInfo timeZone,
IDictionary<string, Object> properties,
Object userState
)
Parameter
- name
Typ: System.String
- organization
Typ: System.String
- creatorId
Typ: System.Guid
- language
Typ: System.Globalization.CultureInfo
- culture
Typ: System.Globalization.CultureInfo
- timeZone
Typ: System.TimeZoneInfo
- properties
Typ: System.Collections.Generic.IDictionary<String, Object>
- userState
Typ: System.Object
Rückgabewert
Typ: System.Threading.Tasks.Task<Account>
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.