ConcurrentExclusiveSchedulerPair.Completion 属性
定义
public:
property System::Threading::Tasks::Task ^ Completion { System::Threading::Tasks::Task ^ get(); };
public System.Threading.Tasks.Task Completion { get; }
member this.Completion : System.Threading.Tasks.Task
Public ReadOnly Property Completion As Task
属性值
计划程序完成处理时将完成的异步操作。The asynchronous operation that will complete when the scheduler finishes processing.