ConcurrentExclusiveSchedulerPair.Complete 方法

定义

通知不能接受更多任务的计划程序对。Informs the scheduler pair that it should not accept any more tasks.

public:
 void Complete();
public void Complete ();
member this.Complete : unit -> unit
Public Sub Complete ()

注解

调用 Complete 是可选的。Calling Complete is optional. 仅当你依赖 Completion 属性来通知所有处理已完成时,才需要此方法。It is necessary only if you're relying on the Completion property for notification that all processing has been completed.

适用于