示例#1
0
 public IDisposable Enter(DistributedMutexContext context)
 {
     return(null);
 }
示例#2
0
 public IDisposable Enter(DistributedMutexContext context)
 {
     throw new NotSupportedException($"{nameof(ThrowingDistributedMutex)}");
 }