DataflowBlock.NullTarget<TInput> Method
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 block that synchronously accepts all messages offered to it and drops them.
public:
generic <typename TInput>
static System::Threading::Tasks::Dataflow::ITargetBlock<TInput> ^ NullTarget();
public static System.Threading.Tasks.Dataflow.ITargetBlock<TInput> NullTarget<TInput> ();
static member NullTarget : unit -> System.Threading.Tasks.Dataflow.ITargetBlock<'Input>
Public Function NullTarget(Of TInput) () As ITargetBlock(Of TInput)
Type Parameters
- TInput
The type of the messages this block can accept.
Returns
A ITargetBlock<TInput> that accepts and subsequently drops all offered messages.
Applies to
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.