Exemple #1
0
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='ceeblookups'>
 /// </param>
 /// <param name='cancellationToken'>
 /// The cancellation token.
 /// </param>
 public static async Task <object> PostByCeeblookupsAsync(this ICeebLookups operations, IList <CeebLookup> ceeblookups, CancellationToken cancellationToken = default(CancellationToken))
 {
     using (var _result = await operations.PostByCeeblookupsWithHttpMessagesAsync(ceeblookups, null, cancellationToken).ConfigureAwait(false))
     {
         return(_result.Body);
     }
 }