Title here
Summary here
public class CrossJoin<TInput1, TInput2, TOutput>.InMemoryDestination<TInput> : DataFlowJoinTarget<TInput>, IDataFlowDestination<TInput>, IDataFlowDestination, IDataFlowComponent, ILoggableTask
Name | Description |
---|---|
TInput |
public InMemoryDestination(DataFlowComponent attachedSuccessor)
Type | Name | Description |
---|---|---|
DataFlowComponent | attachedSuccessor |
public MemoryDestination<TInput> InMemoryTarget { get; set; }
Type | Description |
---|---|
MemoryDestination<TInput> |
TargetBlock from the underlying TPL.Dataflow which is used as output buffer for the component.
public override ITargetBlock<TInput> TargetBlock { get; }
Type | Description |
---|---|
ITargetBlock<TInput> |
protected override void CheckParameter()
protected override void CleanUpOnFaulted(Exception e)
Type | Name | Description |
---|---|---|
Exception | e |
protected override void CleanUpOnSuccess()
protected override void InitComponent()
protected override void Reset()