Пример #1
0
 protected virtual HttpResponseMessage CloseBatchImpl_(string batchId, HttpRestClient httpClient)
 {
     return(httpClient.Delete($"api/sessions/batches/{batchId}/close/bypointerid"));
 }