JoinBlock<T1,T2,T3>.Target2 プロパティ

定義

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

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

プロパティ値

ITargetBlock<T2>

ターゲット。

適用対象