Пример #1
0
 /// <summary>
 /// Creates the specified WebAccount using POST.
 /// </summary>
 /// <param name="webAccountToCreate">The WebAccount to create.</param>
 /// <returns>The created WebAccount.</returns>
 public System.Threading.Tasks.Task <WebAccount> CreateAsync(WebAccount webAccountToCreate)
 {
     return(this.CreateAsync(webAccountToCreate, CancellationToken.None));
 }
Пример #2
0
 /// <summary>
 /// Initializes any collection properties after deserialization, like next requests for paging.
 /// </summary>
 /// <param name="webAccountToInitialize">The <see cref="WebAccount"/> with the collection properties to initialize.</param>
 private void InitializeCollectionProperties(WebAccount webAccountToInitialize)
 {
 }