Beispiel #1
0
 public async Task <AccountInfo> AccountInfoAsync(string locale = null, string asTeamMember = null, CancellationToken cancellationToken = default(CancellationToken))
 {
     return(await _requestExecuter.Execute <AccountInfo>(() => _requestGenerator.AccountInfo(locale, asTeamMember), cancellationToken : cancellationToken).ConfigureAwait(false));
 }
Beispiel #2
0
 public async Task <AccountInfo> AccountInfoAsync(string locale = null, string asTeamMember = null)
 {
     return(await _requestExecuter.Execute <AccountInfo>(() => _requestGenerator.AccountInfo(locale, asTeamMember)).ConfigureAwait(false));
 }