Share via


BatchedJoinBlock<T1,T2>.ISourceBlock<Tuple<IList<T1>,IList<T2>>>.ReleaseReservation 메서드

정의

ISourceBlock<TOutput>DataflowMessageHeader로 식별된 메시지의 소유권을 ITargetBlock<TInput>으로 전달할 권한을 해제합니다.

 virtual void System.Threading.Tasks.Dataflow.ISourceBlock<System.Tuple<System.Collections.Generic.IList<T1>,System.Collections.Generic.IList<T2>>>.ReleaseReservation(System::Threading::Tasks::Dataflow::DataflowMessageHeader messageHeader, System::Threading::Tasks::Dataflow::ITargetBlock<Tuple<System::Collections::Generic::IList<T1> ^, System::Collections::Generic::IList<T2> ^> ^> ^ target) = System::Threading::Tasks::Dataflow::ISourceBlock<Tuple<System::Collections::Generic::IList<T1> ^, System::Collections::Generic::IList<T2> ^> ^>::ReleaseReservation;
void ISourceBlock<Tuple<IList<T1>,IList<T2>>>.ReleaseReservation (System.Threading.Tasks.Dataflow.DataflowMessageHeader messageHeader, System.Threading.Tasks.Dataflow.ITargetBlock<Tuple<System.Collections.Generic.IList<T1>,System.Collections.Generic.IList<T2>>> target);
abstract member System.Threading.Tasks.Dataflow.ISourceBlock<System.Tuple<System.Collections.Generic.IList<T1>,System.Collections.Generic.IList<T2>>>.ReleaseReservation : System.Threading.Tasks.Dataflow.DataflowMessageHeader * System.Threading.Tasks.Dataflow.ITargetBlock<System.Collections.Generic.IList<'T1> * System.Collections.Generic.IList<'T2>> -> unit
override this.System.Threading.Tasks.Dataflow.ISourceBlock<System.Tuple<System.Collections.Generic.IList<T1>,System.Collections.Generic.IList<T2>>>.ReleaseReservation : System.Threading.Tasks.Dataflow.DataflowMessageHeader * System.Threading.Tasks.Dataflow.ITargetBlock<System.Collections.Generic.IList<'T1> * System.Collections.Generic.IList<'T2>> -> unit
Sub ReleaseReservation (messageHeader As DataflowMessageHeader, target As ITargetBlock(Of Tuple(Of IList(Of T1), IList(Of T2)))) Implements ISourceBlock(Of Tuple(Of IList(Of T1), IList(Of T2))).ReleaseReservation

매개 변수

messageHeader
DataflowMessageHeader

예약된 메시지의 DataflowMessageHeader입니다.

target
ITargetBlock<Tuple<IList<T1>,IList<T2>>>

현재 예약을 보유하는 ITargetBlock<TInput>입니다.

구현

예외

messageHeader이 올바르지 않은 경우

targetnull(Visual Basic에서는 없음)입니다.

target에 예약된 메시지가 없습니다.

설명

예약을 보유하는 경우 ITargetBlock<TInput>ISourceBlock<TOutput> 인스턴스에서 연결할 필요가 없습니다. 또한 이 ISourceBlock<TOutput> 인스턴스는 메시지를 직접 ITargetBlock<TInput>제공하지 않았을 수 있습니다. 이 메시지는 이전에 동일한 ITargetBlock<TInput>메시지로 예약되어 있어야 합니다.

적용 대상