コード例 #1
0
 bool System.Threading.Tasks.Dataflow.ISourceBlock <TOutput> .ReserveMessage(System.Threading.Tasks.Dataflow.DataflowMessageHeader messageHeader, System.Threading.Tasks.Dataflow.ITargetBlock <TOutput> target)
 {
     throw null;
 }
コード例 #2
0
 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;
 }
コード例 #3
0
 void System.Threading.Tasks.Dataflow.ISourceBlock <TOutput> .ReleaseReservation(System.Threading.Tasks.Dataflow.DataflowMessageHeader messageHeader, System.Threading.Tasks.Dataflow.ITargetBlock <TOutput> target)
 {
 }
コード例 #4
0
 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;
 }
コード例 #5
0
 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)
 {
 }
コード例 #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;
 }
コード例 #7
0
 public static bool Post <TInput>(this System.Threading.Tasks.Dataflow.ITargetBlock <TInput> target, TInput item)
 {
     throw null;
 }
コード例 #8
0
 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;
 }
コード例 #9
0
 public static System.IDisposable LinkTo <TOutput>(this System.Threading.Tasks.Dataflow.ISourceBlock <TOutput> source, System.Threading.Tasks.Dataflow.ITargetBlock <TOutput> target)
 {
     throw null;
 }
コード例 #10
0
 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;
 }
コード例 #11
0
 public static System.IObserver <TInput> AsObserver <TInput>(this System.Threading.Tasks.Dataflow.ITargetBlock <TInput> target)
 {
     throw null;
 }
コード例 #12
0
 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)
 {
 }
コード例 #13
0
 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;
 }
コード例 #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;
 }
コード例 #15
0
 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;
 }
コード例 #16
0
 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;
 }
コード例 #17
0
 public System.IDisposable LinkTo(System.Threading.Tasks.Dataflow.ITargetBlock <TOutput> target, System.Threading.Tasks.Dataflow.DataflowLinkOptions linkOptions)
 {
     throw null;
 }
コード例 #18
0
 public static System.Threading.Tasks.Task <bool> SendAsync <TInput>(this System.Threading.Tasks.Dataflow.ITargetBlock <TInput> target, TInput item) => throw null;