YieldAwaitable.YieldAwaiter.OnCompleted(Action) 方法
定义
设置延续以调用。Sets the continuation to invoke.
public:
virtual void OnCompleted(Action ^ continuation);
public void OnCompleted (Action continuation);
abstract member OnCompleted : Action -> unit
override this.OnCompleted : Action -> unit
Public Sub OnCompleted (continuation As Action)
参数
- continuation
- Action
要异步调用的调用。The action to invoke asynchronously.
实现
例外
continuation 为 null。continuation is null.
注解
此类型及其成员旨在供编译器使用。This type and its members are intended for use by the compiler.