public Task RemoveCashInIfExists(string clientId, string operationId)
 {
     return(_apiClient.DeleteCashOperationWithHttpMessagesAsync(clientId, operationId));
 }
Пример #2
0
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='clientId'>
 /// </param>
 /// <param name='operationId'>
 /// </param>
 /// <param name='cancellationToken'>
 /// The cancellation token.
 /// </param>
 public static async Task DeleteCashOperationAsync(this IOperationsCacheAPI operations, string clientId = default(string), string operationId = default(string), CancellationToken cancellationToken = default(CancellationToken))
 {
     (await operations.DeleteCashOperationWithHttpMessagesAsync(clientId, operationId, null, cancellationToken).ConfigureAwait(false)).Dispose();
 }