BatchedJoinBlock<T1,T2,T3>.Target3 プロパティ

定義

3 番目の型のメッセージを提供するために使用できるターゲットを取得します。

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)

プロパティ値

ITargetBlock<T3>

ターゲット。

適用対象