Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
IDataflowBlock.cs
Go to the documentation of this file.
1
namespace
System.Threading.Tasks.Dataflow
;
2
3
public
interface
IDataflowBlock
4
{
5
Task
Completion
{
get
; }
6
7
void
Complete
();
8
9
void
Fault
(
Exception
exception
);
10
}
System.Exception
Definition
Exception.cs:15
System.Threading.Tasks.Task
Definition
Task.cs:14
System.Threading.Tasks.Dataflow.IDataflowBlock.Complete
void Complete()
System.Threading.Tasks.Dataflow.IDataflowBlock.Fault
void Fault(Exception exception)
System.Threading.Tasks.Dataflow.IDataflowBlock.Completion
Task Completion
Definition
IDataflowBlock.cs:5
System.Threading.Tasks.Dataflow.IDataflowBlock
Definition
IDataflowBlock.cs:4
System.Threading.Tasks.Dataflow
Definition
BatchedJoinBlockTarget.cs:4
System.ExceptionArgument.exception
@ exception
source
System.Threading.Tasks.Dataflow
System.Threading.Tasks.Dataflow
IDataflowBlock.cs
Generated by
1.10.0