コード例 #1
0
 public DeferredTaskExecutor(IOperationContextOwner operationContextOwner)
 {
     _operationContextOwner = operationContextOwner ??
                              throw new ArgumentNullException(nameof(operationContextOwner));
 }