IAsyncStateMachine Interfejs

Definicja

Reprezentuje maszyny stanów generowane dla metod asynchronicznych. Ten typ jest przeznaczony tylko do użytku kompilatora.

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

Metody

MoveNext()

Przenosi maszynę stanu do następnego stanu.

SetStateMachine(IAsyncStateMachine)

Konfiguruje maszynę stanu z repliką przydzieloną stertą.

Dotyczy