JoinBlock<T1,T2,T3>.Target3 Property

Definition

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

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

Property Value

The target.

Applies to