public Task Faulted(ProcessEventArgs eventArgs, Exception exception)
 {
     return(_lockContext.Faulted(eventArgs, exception));
 }
Пример #2
0
 public Task Faulted(Exception exception)
 {
     return(_lockContext.Faulted(_eventArgs, exception));
 }