public static System.IDisposable LinkTo <TOutput>(this System.Threading.Tasks.Dataflow.ISourceBlock <TOutput> source, System.Threading.Tasks.Dataflow.ITargetBlock <TOutput> target, System.Predicate <TOutput> predicate)
 {
     throw null;
 }
 public static System.Threading.Tasks.Task <int> Choose <T1, T2, T3>(System.Threading.Tasks.Dataflow.ISourceBlock <T1> source1, System.Action <T1> action1, System.Threading.Tasks.Dataflow.ISourceBlock <T2> source2, System.Action <T2> action2, System.Threading.Tasks.Dataflow.ISourceBlock <T3> source3, System.Action <T3> action3, System.Threading.Tasks.Dataflow.DataflowBlockOptions dataflowBlockOptions)
 {
     throw null;
 }
 public static System.Threading.Tasks.Dataflow.IPropagatorBlock <TInput, TOutput> Encapsulate <TInput, TOutput>(System.Threading.Tasks.Dataflow.ITargetBlock <TInput> target, System.Threading.Tasks.Dataflow.ISourceBlock <TOutput> source)
 {
     throw null;
 }
 public static System.IObservable <TOutput> AsObservable <TOutput>(this System.Threading.Tasks.Dataflow.ISourceBlock <TOutput> source)
 {
     throw null;
 }
 public static System.Threading.Tasks.Task <int> Choose <T1, T2>(System.Threading.Tasks.Dataflow.ISourceBlock <T1> source1, System.Action <T1> action1, System.Threading.Tasks.Dataflow.ISourceBlock <T2> source2, System.Action <T2> action2)
 {
     throw null;
 }
示例#6
0
 public static TOutput Receive <TOutput>(this System.Threading.Tasks.Dataflow.ISourceBlock <TOutput> source, System.TimeSpan timeout, System.Threading.CancellationToken cancellationToken)
 {
     throw null;
 }
 System.Threading.Tasks.Dataflow.DataflowMessageStatus System.Threading.Tasks.Dataflow.ITargetBlock <T> .OfferMessage(System.Threading.Tasks.Dataflow.DataflowMessageHeader messageHeader, T messageValue, System.Threading.Tasks.Dataflow.ISourceBlock <T> source, bool consumeToAccept)
 {
     throw null;
 }
示例#8
0
 public static System.Threading.Tasks.Task <TOutput> ReceiveAsync <TOutput>(this System.Threading.Tasks.Dataflow.ISourceBlock <TOutput> source, System.TimeSpan timeout)
 {
     throw null;
 }
示例#9
0
 public static TOutput Receive <TOutput>(this System.Threading.Tasks.Dataflow.ISourceBlock <TOutput> source)
 {
     throw null;
 }
示例#10
0
 public static System.Threading.Tasks.Task <TOutput> ReceiveAsync <TOutput>(this System.Threading.Tasks.Dataflow.ISourceBlock <TOutput> source, System.Threading.CancellationToken cancellationToken)
 {
     throw null;
 }
示例#11
0
 public static System.Threading.Tasks.Task <bool> OutputAvailableAsync <TOutput>(this System.Threading.Tasks.Dataflow.ISourceBlock <TOutput> source)
 {
     throw null;
 }
示例#12
0
 public static System.Threading.Tasks.Task <TOutput> ReceiveAsync <TOutput>(this System.Threading.Tasks.Dataflow.ISourceBlock <TOutput> source) => throw null;
示例#13
0
 public static TOutput Receive <TOutput>(this System.Threading.Tasks.Dataflow.ISourceBlock <TOutput> source, System.TimeSpan timeout) => throw null;
示例#14
0
 public static System.Threading.Tasks.Task <bool> OutputAvailableAsync <TOutput>(this System.Threading.Tasks.Dataflow.ISourceBlock <TOutput> source, System.Threading.CancellationToken cancellationToken) => throw null;