BatchedJoinBlock<T1,T2>.Target2 Propiedad

Definición

Obtiene un destino que se puede usar para ofrecer mensajes del segundo 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)

Valor de propiedad

ITargetBlock<T2>

Destino.

Se aplica a