BatchedJoinBlock<T1,T2,T3>.Target3 属性
定义
获取可用于提供第三种类型消息的目标。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)
属性值
- ITargetBlock<T3>
目标。The target.