IAsyncStateMachine 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示針對非同步方法所產生的狀態機器。 這個型別僅供編譯器使用。
public interface class IAsyncStateMachine
public interface IAsyncStateMachine
type IAsyncStateMachine = interface
Public Interface IAsyncStateMachine
方法
MoveNext() |
將狀態機器移到下一個狀態。 |
SetStateMachine(IAsyncStateMachine) |
使用堆積配置的複本設定狀態機器。 |