System.Runtime.CompilerServices.IAsyncStateMachine public interface IAsyncStateMachine Documentation Code namespace System.Runtime.CompilerServices { public interface IAsyncStateMachine { void MoveNext(); void SetStateMachine(IAsyncStateMachine stateMachine); } }