BatchedJoinBlock<T1,T2,T3>.Target2 Proprietà

Definizione

Ottiene una destinazione che può essere utilizzata per offrire messaggi del secondo tipo.

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)

Valore della proprietà

ITargetBlock<T2>

Destinazione.

Si applica a