Terraria v1.4.4.9
Terraria source code documentation
|
This is the complete list of members for System.Threading.Tasks.Dataflow.DataflowBlock, including all inherited members.
_cancelCts | System.Threading.Tasks.Dataflow.DataflowBlock | privatestatic |
_nonGreedyExecutionOptions | System.Threading.Tasks.Dataflow.DataflowBlock | privatestatic |
AsObservable< TOutput >(this ISourceBlock< TOutput > source) | System.Threading.Tasks.Dataflow.DataflowBlock | inlinestatic |
AsObserver< TInput >(this ITargetBlock< TInput > target) | System.Threading.Tasks.Dataflow.DataflowBlock | inlinestatic |
Choose< T1, T2 >(ISourceBlock< T1 > source1, Action< T1 > action1, ISourceBlock< T2 > source2, Action< T2 > action2) | System.Threading.Tasks.Dataflow.DataflowBlock | inlinestatic |
Choose< T1, T2 >(ISourceBlock< T1 > source1, Action< T1 > action1, ISourceBlock< T2 > source2, Action< T2 > action2, DataflowBlockOptions dataflowBlockOptions) | System.Threading.Tasks.Dataflow.DataflowBlock | inlinestatic |
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.DataflowBlock | inlinestatic |
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.DataflowBlock | inlinestatic |
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.DataflowBlock | inlineprivatestatic |
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.DataflowBlock | inlineprivatestatic |
CreateChooseBranch< T >(StrongBox< Task > boxedCompleted, CancellationTokenSource cts, TaskScheduler scheduler, int branchId, ISourceBlock< T > source, Action< T > action) | System.Threading.Tasks.Dataflow.DataflowBlock | inlineprivatestatic |
Encapsulate< TInput, TOutput >(ITargetBlock< TInput > target, ISourceBlock< TOutput > source) | System.Threading.Tasks.Dataflow.DataflowBlock | inlinestatic |
LinkTo< TOutput >(this ISourceBlock< TOutput > source, ITargetBlock< TOutput > target) | System.Threading.Tasks.Dataflow.DataflowBlock | inlinestatic |
LinkTo< TOutput >(this ISourceBlock< TOutput > source, ITargetBlock< TOutput > target, Predicate< TOutput > predicate) | System.Threading.Tasks.Dataflow.DataflowBlock | inlinestatic |
LinkTo< TOutput >(this ISourceBlock< TOutput > source, ITargetBlock< TOutput > target, DataflowLinkOptions linkOptions, Predicate< TOutput > predicate) | System.Threading.Tasks.Dataflow.DataflowBlock | inlinestatic |
NullTarget< TInput >() | System.Threading.Tasks.Dataflow.DataflowBlock | inlinestatic |
OutputAvailableAsync< TOutput >(this ISourceBlock< TOutput > source) | System.Threading.Tasks.Dataflow.DataflowBlock | inlinestatic |
OutputAvailableAsync< TOutput >(this ISourceBlock< TOutput > source, CancellationToken cancellationToken) | System.Threading.Tasks.Dataflow.DataflowBlock | inlinestatic |
Post< TInput >(this ITargetBlock< TInput > target, TInput item) | System.Threading.Tasks.Dataflow.DataflowBlock | inlinestatic |
Receive< TOutput >(this ISourceBlock< TOutput > source) | System.Threading.Tasks.Dataflow.DataflowBlock | inlinestatic |
Receive< TOutput >(this ISourceBlock< TOutput > source, CancellationToken cancellationToken) | System.Threading.Tasks.Dataflow.DataflowBlock | inlinestatic |
Receive< TOutput >(this ISourceBlock< TOutput > source, TimeSpan timeout) | System.Threading.Tasks.Dataflow.DataflowBlock | inlinestatic |
Receive< TOutput >(this ISourceBlock< TOutput > source, TimeSpan timeout, CancellationToken cancellationToken) | System.Threading.Tasks.Dataflow.DataflowBlock | inlinestatic |
ReceiveAllAsync< TOutput >(this IReceivableSourceBlock< TOutput > source, CancellationToken cancellationToken=default(CancellationToken)) | System.Threading.Tasks.Dataflow.DataflowBlock | inlinestatic |
ReceiveAsync< TOutput >(this ISourceBlock< TOutput > source) | System.Threading.Tasks.Dataflow.DataflowBlock | inlinestatic |
ReceiveAsync< TOutput >(this ISourceBlock< TOutput > source, CancellationToken cancellationToken) | System.Threading.Tasks.Dataflow.DataflowBlock | inlinestatic |
ReceiveAsync< TOutput >(this ISourceBlock< TOutput > source, TimeSpan timeout) | System.Threading.Tasks.Dataflow.DataflowBlock | inlinestatic |
ReceiveAsync< TOutput >(this ISourceBlock< TOutput > source, TimeSpan timeout, CancellationToken cancellationToken) | System.Threading.Tasks.Dataflow.DataflowBlock | inlinestatic |
ReceiveCore< TOutput >(this ISourceBlock< TOutput > source, bool attemptTryReceive, TimeSpan timeout, CancellationToken cancellationToken) | System.Threading.Tasks.Dataflow.DataflowBlock | inlineprivatestatic |
ReceiveCoreByLinking< TOutput >(ISourceBlock< TOutput > source, int millisecondsTimeout, CancellationToken cancellationToken) | System.Threading.Tasks.Dataflow.DataflowBlock | inlineprivatestatic |
ReceiveCoreByLinkingCleanupReason enum name | System.Threading.Tasks.Dataflow.DataflowBlock | private |
SendAsync< TInput >(this ITargetBlock< TInput > target, TInput item) | System.Threading.Tasks.Dataflow.DataflowBlock | inlinestatic |
SendAsync< TInput >(this ITargetBlock< TInput > target, TInput item, CancellationToken cancellationToken) | System.Threading.Tasks.Dataflow.DataflowBlock | inlinestatic |
TryChooseFromSource< T >(ISourceBlock< T > source, Action< T > action, int branchId, TaskScheduler scheduler, [NotNullWhen(true)] out Task< int > task) | System.Threading.Tasks.Dataflow.DataflowBlock | inlineprivatestatic |
TryReceive< TOutput >(this IReceivableSourceBlock< TOutput > source, [MaybeNullWhen(false)] out TOutput item) | System.Threading.Tasks.Dataflow.DataflowBlock | inlinestatic |