Click or drag to resize
AsyncStateMachineAttribute Constructor
This API is preliminary and subject to change.
Initializes a new instance of the AsyncStateMachineAttribute class.

Namespace: System.Runtime.CompilerServices
Assembly: Rackspace.Threading (in Rackspace.Threading.dll) Version: 2.1.0-beta1
Syntax
public AsyncStateMachineAttribute(
	Type stateMachineType
)

Parameters

stateMachineType
Type: SystemType
The type object for the underlying state machine type that's used to implement a state machine method.
Version Information

.NET Framework

Supported in: 3.5

Threading Library

Supported in: 2.1
See Also