The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
IAsyncStateMachine Interface
.NET Framework (current version)
Represents state machines that are generated for asynchronous methods. This type is intended for compiler use only.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | MoveNext() | Moves the state machine to its next state. |
![]() | SetStateMachine(IAsyncStateMachine^) | Configures the state machine with a heap-allocated replica. |
Universal Windows Platform
Available since 8
.NET Framework
Available since 4.5
Portable Class Library
Supported in: portable .NET platforms
Windows Phone Silverlight
Available since 8.0
Windows Phone
Available since 8.1
Available since 8
.NET Framework
Available since 4.5
Portable Class Library
Supported in: portable .NET platforms
Windows Phone Silverlight
Available since 8.0
Windows Phone
Available since 8.1
Show:
