Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Threading.Tasks.Dataflow.ISourceBlock< out TOutput > Interface Template Reference

Public Member Functions

IDisposable LinkTo (ITargetBlock< TOutput > target, DataflowLinkOptions linkOptions)
 
TOutput? ConsumeMessage (DataflowMessageHeader messageHeader, ITargetBlock< TOutput > target, out bool messageConsumed)
 
bool ReserveMessage (DataflowMessageHeader messageHeader, ITargetBlock< TOutput > target)
 
void ReleaseReservation (DataflowMessageHeader messageHeader, ITargetBlock< TOutput > target)
 
void Complete ()
 
void Fault (Exception exception)
 

Properties

Task Completion [get]
 

Detailed Description

Definition at line 3 of file ISourceBlock.cs.


The documentation for this interface was generated from the following file: