DataflowBlock.NullTarget<TInput> 메서드

정의

제공된 모든 메시지를 동기적으로 수락하고 삭제하는 대상 블록을 가져옵니다.

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)

형식 매개 변수

TInput

이 블록에서 허용할 수 있는 메시지의 형식입니다.

반환

ITargetBlock<TInput>

제공된 모든 메시지를 수락하고 이후에 삭제하는 ITargetBlock<TInput>입니다.

적용 대상