共用方式為


BatchedJoinBlock<T1,T2>.Target1 屬性

定義

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

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)

屬性值

ITargetBlock<T1>

目標。

適用於