IAsyncStateMachine 接口

定义

表示为异步方法生成的状态机。 此类别仅供编译器使用。

public interface class IAsyncStateMachine
public interface IAsyncStateMachine
type IAsyncStateMachine = interface
Public Interface IAsyncStateMachine

方法

MoveNext()

移动此状态机至其下一个状态。

SetStateMachine(IAsyncStateMachine)

使用堆分配的副本配置该状态机。

适用于