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

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

Parameters

stateMachineType
Type: SystemType
The type object for the underlying state machine type that was generated by the compiler to implement the state machine method.
Version Information

.NET Framework

Supported in: 3.5

Threading Library

Supported in: 2.1
See Also