JoinBlock<T1,T2,T3>.Target3 Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)
Property Value
ITargetBlock<T3>
The target.
Applies to
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.