共用方式為


BatchedJoinBlock<T1,T2>.Target2 屬性

定義

取得可用來提供第二個類型之訊息的目標。

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>

目標。

適用於