Exemplo n.º 1
0
 /// <summary>
 /// Set geo tree for a supplier that is an Operator
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='edit'>
 /// </param>
 /// <param name='organization'>
 /// </param>
 /// <param name='cancellationToken'>
 /// The cancellation token.
 /// </param>
 public static async Task <IList <CBISWriteAPIModelsGeo> > SetGeoTreeForSupplierAsync(this ICBISWriteAPI operations, CBISWriteAPIModelsQueryEditGeoTree edit, string organization, CancellationToken cancellationToken = default(CancellationToken))
 {
     using (var _result = await operations.SetGeoTreeForSupplierWithHttpMessagesAsync(edit, organization, null, cancellationToken).ConfigureAwait(false))
     {
         return(_result.Body);
     }
 }