bool System.Threading.Tasks.Dataflow.ISourceBlock <TOutput> .ReserveMessage(System.Threading.Tasks.Dataflow.DataflowMessageHeader messageHeader, System.Threading.Tasks.Dataflow.ITargetBlock <TOutput> target)
 {
     throw null;
 }
 bool System.Threading.Tasks.Dataflow.ISourceBlock <System.Tuple <T1, T2> > .ReserveMessage(System.Threading.Tasks.Dataflow.DataflowMessageHeader messageHeader, System.Threading.Tasks.Dataflow.ITargetBlock <System.Tuple <T1, T2> > target)
 {
     throw null;
 }
 void System.Threading.Tasks.Dataflow.ISourceBlock <TOutput> .ReleaseReservation(System.Threading.Tasks.Dataflow.DataflowMessageHeader messageHeader, System.Threading.Tasks.Dataflow.ITargetBlock <TOutput> target)
 {
 }
 public static System.Threading.Tasks.Task <bool> SendAsync <TInput>(this System.Threading.Tasks.Dataflow.ITargetBlock <TInput> target, TInput item, System.Threading.CancellationToken cancellationToken)
 {
     throw null;
 }
 void System.Threading.Tasks.Dataflow.ISourceBlock <System.Tuple <T1, T2> > .ReleaseReservation(System.Threading.Tasks.Dataflow.DataflowMessageHeader messageHeader, System.Threading.Tasks.Dataflow.ITargetBlock <System.Tuple <T1, T2> > target)
 {
 }
Esempio n. 6
0
 System.Tuple <System.Collections.Generic.IList <T1>, System.Collections.Generic.IList <T2> > System.Threading.Tasks.Dataflow.ISourceBlock <System.Tuple <System.Collections.Generic.IList <T1>, System.Collections.Generic.IList <T2> > > .ConsumeMessage(System.Threading.Tasks.Dataflow.DataflowMessageHeader messageHeader, System.Threading.Tasks.Dataflow.ITargetBlock <System.Tuple <System.Collections.Generic.IList <T1>, System.Collections.Generic.IList <T2> > > target, out bool messageConsumed)
 {
     messageConsumed = default(bool); throw null;
 }
 public static bool Post <TInput>(this System.Threading.Tasks.Dataflow.ITargetBlock <TInput> target, TInput item)
 {
     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.IDisposable LinkTo <TOutput>(this System.Threading.Tasks.Dataflow.ISourceBlock <TOutput> source, System.Threading.Tasks.Dataflow.ITargetBlock <TOutput> target)
 {
     throw null;
 }
 bool System.Threading.Tasks.Dataflow.ISourceBlock <System.Tuple <System.Collections.Generic.IList <T1>, System.Collections.Generic.IList <T2> > > .ReserveMessage(System.Threading.Tasks.Dataflow.DataflowMessageHeader messageHeader, System.Threading.Tasks.Dataflow.ITargetBlock <System.Tuple <System.Collections.Generic.IList <T1>, System.Collections.Generic.IList <T2> > > target)
 {
     throw null;
 }
 public static System.IObserver <TInput> AsObserver <TInput>(this System.Threading.Tasks.Dataflow.ITargetBlock <TInput> target)
 {
     throw null;
 }
 void System.Threading.Tasks.Dataflow.ISourceBlock <System.Tuple <System.Collections.Generic.IList <T1>, System.Collections.Generic.IList <T2> > > .ReleaseReservation(System.Threading.Tasks.Dataflow.DataflowMessageHeader messageHeader, System.Threading.Tasks.Dataflow.ITargetBlock <System.Tuple <System.Collections.Generic.IList <T1>, System.Collections.Generic.IList <T2> > > target)
 {
 }
 public System.IDisposable LinkTo(System.Threading.Tasks.Dataflow.ITargetBlock <System.Tuple <System.Collections.Generic.IList <T1>, System.Collections.Generic.IList <T2> > > target, System.Threading.Tasks.Dataflow.DataflowLinkOptions linkOptions)
 {
     throw null;
 }
Esempio n. 14
0
 TOutput System.Threading.Tasks.Dataflow.ISourceBlock <TOutput> .ConsumeMessage(System.Threading.Tasks.Dataflow.DataflowMessageHeader messageHeader, System.Threading.Tasks.Dataflow.ITargetBlock <TOutput> target, out bool messageConsumed)
 {
     messageConsumed = default(bool); throw null;
 }
 T[] System.Threading.Tasks.Dataflow.ISourceBlock <T[]> .ConsumeMessage(System.Threading.Tasks.Dataflow.DataflowMessageHeader messageHeader, System.Threading.Tasks.Dataflow.ITargetBlock <T[]> target, out bool messageConsumed)
 {
     throw null;
 }
 public static System.IDisposable LinkTo <TOutput>(this System.Threading.Tasks.Dataflow.ISourceBlock <TOutput> source, System.Threading.Tasks.Dataflow.ITargetBlock <TOutput> target, System.Threading.Tasks.Dataflow.DataflowLinkOptions linkOptions, System.Predicate <TOutput> predicate)
 {
     throw null;
 }
 public System.IDisposable LinkTo(System.Threading.Tasks.Dataflow.ITargetBlock <TOutput> target, System.Threading.Tasks.Dataflow.DataflowLinkOptions linkOptions)
 {
     throw null;
 }
Esempio n. 18
0
 public static System.Threading.Tasks.Task <bool> SendAsync <TInput>(this System.Threading.Tasks.Dataflow.ITargetBlock <TInput> target, TInput item) => throw null;