BatchedJoinBlock<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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.