IAsyncStateMachine 인터페이스

정의

비동기 메서드에 대해 생성된 상태 시스템을 나타냅니다. 이 형식은 컴파일러 전용입니다.

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

메서드

MoveNext()

상태 시스템을 다음 상태로 이동합니다.

SetStateMachine(IAsyncStateMachine)

힙에 할당된 복제본을 사용하여 상태 시스템을 구성합니다.

적용 대상