Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ Fault()

void IDataflowBlock. System.Threading.Tasks.Dataflow.BatchBlock< T >.Fault ( Exception exception)
inlineprivate

Implements System.Threading.Tasks.Dataflow.IDataflowBlock.

Definition at line 835 of file BatchBlock.cs.

836 {
837 if (exception == null)
838 {
839 throw new ArgumentNullException("exception");
840 }
842 }
void Complete(Exception exception, bool dropPendingMessages, bool releaseReservedMessages, bool revertProcessingState=false)
readonly BatchBlockTargetCore _target

References System.Threading.Tasks.Dataflow.BatchBlock< T >._target, System.Threading.Tasks.Dataflow.BatchBlock< T >.BatchBlockTargetCore.Complete(), and System.exception.