AsyncFlowControl.IDisposable.Dispose 方法
定义
释放由 AsyncFlowControl 使用的所有资源。Releases all resources used by the AsyncFlowControl.
此 API 支持产品基础结构,不能在代码中直接使用。
virtual void System.IDisposable.Dispose() = IDisposable::Dispose;
void IDisposable.Dispose ();
abstract member System.IDisposable.Dispose : unit -> unit
override this.System.IDisposable.Dispose : unit -> unit
Sub Dispose () Implements IDisposable.Dispose
实现
注解
此方法调用 Undo() 方法,将关联的还原 ExecutionContext 为其以前的状态。This method calls the Undo() method to restore the associated ExecutionContext to its previous state.