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