JoinBlock<T1,T2>.Target1 Property

Definition

Gets a target that may be used to offer messages of the first type.

public:
 property System::Threading::Tasks::Dataflow::ITargetBlock<T1> ^ Target1 { System::Threading::Tasks::Dataflow::ITargetBlock<T1> ^ get(); };
public System.Threading.Tasks.Dataflow.ITargetBlock<T1> Target1 { get; }
member this.Target1 : System.Threading.Tasks.Dataflow.ITargetBlock<'T1>
Public ReadOnly Property Target1 As ITargetBlock(Of T1)

Property Value

The target.

Applies to