Exemplo n.º 1
0
 async Task ActivePipeContextHandle <TContext> .Faulted(Exception exception)
 {
     // However, a fault we should dispose of the context
     await _contextHandle.DisposeAsync().ConfigureAwait(false);
 }
Exemplo n.º 2
0
 Task ActivePipeContextHandle <TContext> .Faulted(Exception exception)
 {
     return(_contextHandle.DisposeAsync());
 }