IAsyncStateMachine 介面

定義

表示針對非同步方法所產生的狀態機器。 這個型別僅供編譯器使用。

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

方法

MoveNext()

將狀態機器移到下一個狀態。

SetStateMachine(IAsyncStateMachine)

使用堆積配置的複本設定狀態機器。

適用於