Click or drag to resize
IAsyncStateMachine Interface
This API is preliminary and subject to change.
Represents state machines generated for asynchronous methods. This type is intended for compiler use only.

Namespace: System.Runtime.CompilerServices
Assembly: Rackspace.Threading (in Rackspace.Threading.dll) Version: 2.1.0-beta1
Syntax
public interface IAsyncStateMachine

The IAsyncStateMachine type exposes the following members.

Methods
  NameDescription
Public methodMoveNext
Moves the state machine to its next state.
Public methodSetStateMachine
Configures the state machine with a heap-allocated replica.
Top
Version Information

.NET Framework

Supported in: 3.5

Threading Library

Supported in: 2.1
See Also