Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Threading.Tasks.Dataflow.DataflowBlock Member List

This is the complete list of members for System.Threading.Tasks.Dataflow.DataflowBlock, including all inherited members.

_cancelCtsSystem.Threading.Tasks.Dataflow.DataflowBlockprivatestatic
_nonGreedyExecutionOptionsSystem.Threading.Tasks.Dataflow.DataflowBlockprivatestatic
AsObservable< TOutput >(this ISourceBlock< TOutput > source)System.Threading.Tasks.Dataflow.DataflowBlockinlinestatic
AsObserver< TInput >(this ITargetBlock< TInput > target)System.Threading.Tasks.Dataflow.DataflowBlockinlinestatic
Choose< T1, T2 >(ISourceBlock< T1 > source1, Action< T1 > action1, ISourceBlock< T2 > source2, Action< T2 > action2)System.Threading.Tasks.Dataflow.DataflowBlockinlinestatic
Choose< T1, T2 >(ISourceBlock< T1 > source1, Action< T1 > action1, ISourceBlock< T2 > source2, Action< T2 > action2, DataflowBlockOptions dataflowBlockOptions)System.Threading.Tasks.Dataflow.DataflowBlockinlinestatic
Choose< T1, T2, T3 >(ISourceBlock< T1 > source1, Action< T1 > action1, ISourceBlock< T2 > source2, Action< T2 > action2, ISourceBlock< T3 > source3, Action< T3 > action3)System.Threading.Tasks.Dataflow.DataflowBlockinlinestatic
Choose< T1, T2, T3 >(ISourceBlock< T1 > source1, Action< T1 > action1, ISourceBlock< T2 > source2, Action< T2 > action2, ISourceBlock< T3 > source3, Action< T3 > action3, DataflowBlockOptions dataflowBlockOptions)System.Threading.Tasks.Dataflow.DataflowBlockinlinestatic
ChooseCore< T1, T2, T3 >(ISourceBlock< T1 > source1, Action< T1 > action1, ISourceBlock< T2 > source2, Action< T2 > action2, ISourceBlock< T3 > source3, Action< T3 > action3, DataflowBlockOptions dataflowBlockOptions)System.Threading.Tasks.Dataflow.DataflowBlockinlineprivatestatic
ChooseCoreByLinking< T1, T2, T3 >(ISourceBlock< T1 > source1, Action< T1 > action1, ISourceBlock< T2 > source2, Action< T2 > action2, ISourceBlock< T3 > source3, Action< T3 > action3, DataflowBlockOptions dataflowBlockOptions)System.Threading.Tasks.Dataflow.DataflowBlockinlineprivatestatic
CreateChooseBranch< T >(StrongBox< Task > boxedCompleted, CancellationTokenSource cts, TaskScheduler scheduler, int branchId, ISourceBlock< T > source, Action< T > action)System.Threading.Tasks.Dataflow.DataflowBlockinlineprivatestatic
Encapsulate< TInput, TOutput >(ITargetBlock< TInput > target, ISourceBlock< TOutput > source)System.Threading.Tasks.Dataflow.DataflowBlockinlinestatic
LinkTo< TOutput >(this ISourceBlock< TOutput > source, ITargetBlock< TOutput > target)System.Threading.Tasks.Dataflow.DataflowBlockinlinestatic
LinkTo< TOutput >(this ISourceBlock< TOutput > source, ITargetBlock< TOutput > target, Predicate< TOutput > predicate)System.Threading.Tasks.Dataflow.DataflowBlockinlinestatic
LinkTo< TOutput >(this ISourceBlock< TOutput > source, ITargetBlock< TOutput > target, DataflowLinkOptions linkOptions, Predicate< TOutput > predicate)System.Threading.Tasks.Dataflow.DataflowBlockinlinestatic
NullTarget< TInput >()System.Threading.Tasks.Dataflow.DataflowBlockinlinestatic
OutputAvailableAsync< TOutput >(this ISourceBlock< TOutput > source)System.Threading.Tasks.Dataflow.DataflowBlockinlinestatic
OutputAvailableAsync< TOutput >(this ISourceBlock< TOutput > source, CancellationToken cancellationToken)System.Threading.Tasks.Dataflow.DataflowBlockinlinestatic
Post< TInput >(this ITargetBlock< TInput > target, TInput item)System.Threading.Tasks.Dataflow.DataflowBlockinlinestatic
Receive< TOutput >(this ISourceBlock< TOutput > source)System.Threading.Tasks.Dataflow.DataflowBlockinlinestatic
Receive< TOutput >(this ISourceBlock< TOutput > source, CancellationToken cancellationToken)System.Threading.Tasks.Dataflow.DataflowBlockinlinestatic
Receive< TOutput >(this ISourceBlock< TOutput > source, TimeSpan timeout)System.Threading.Tasks.Dataflow.DataflowBlockinlinestatic
Receive< TOutput >(this ISourceBlock< TOutput > source, TimeSpan timeout, CancellationToken cancellationToken)System.Threading.Tasks.Dataflow.DataflowBlockinlinestatic
ReceiveAllAsync< TOutput >(this IReceivableSourceBlock< TOutput > source, CancellationToken cancellationToken=default(CancellationToken))System.Threading.Tasks.Dataflow.DataflowBlockinlinestatic
ReceiveAsync< TOutput >(this ISourceBlock< TOutput > source)System.Threading.Tasks.Dataflow.DataflowBlockinlinestatic
ReceiveAsync< TOutput >(this ISourceBlock< TOutput > source, CancellationToken cancellationToken)System.Threading.Tasks.Dataflow.DataflowBlockinlinestatic
ReceiveAsync< TOutput >(this ISourceBlock< TOutput > source, TimeSpan timeout)System.Threading.Tasks.Dataflow.DataflowBlockinlinestatic
ReceiveAsync< TOutput >(this ISourceBlock< TOutput > source, TimeSpan timeout, CancellationToken cancellationToken)System.Threading.Tasks.Dataflow.DataflowBlockinlinestatic
ReceiveCore< TOutput >(this ISourceBlock< TOutput > source, bool attemptTryReceive, TimeSpan timeout, CancellationToken cancellationToken)System.Threading.Tasks.Dataflow.DataflowBlockinlineprivatestatic
ReceiveCoreByLinking< TOutput >(ISourceBlock< TOutput > source, int millisecondsTimeout, CancellationToken cancellationToken)System.Threading.Tasks.Dataflow.DataflowBlockinlineprivatestatic
ReceiveCoreByLinkingCleanupReason enum nameSystem.Threading.Tasks.Dataflow.DataflowBlockprivate
SendAsync< TInput >(this ITargetBlock< TInput > target, TInput item)System.Threading.Tasks.Dataflow.DataflowBlockinlinestatic
SendAsync< TInput >(this ITargetBlock< TInput > target, TInput item, CancellationToken cancellationToken)System.Threading.Tasks.Dataflow.DataflowBlockinlinestatic
TryChooseFromSource< T >(ISourceBlock< T > source, Action< T > action, int branchId, TaskScheduler scheduler, [NotNullWhen(true)] out Task< int > task)System.Threading.Tasks.Dataflow.DataflowBlockinlineprivatestatic
TryReceive< TOutput >(this IReceivableSourceBlock< TOutput > source, [MaybeNullWhen(false)] out TOutput item)System.Threading.Tasks.Dataflow.DataflowBlockinlinestatic