Click or drag to resize
StateMachineAttributeStateMachineType Property
This API is preliminary and subject to change.
Gets the type object for the underlying state machine type that was generated by the compiler to implement the state machine method.

Namespace: System.Runtime.CompilerServices
Assembly: Rackspace.Threading (in Rackspace.Threading.dll) Version: 2.1.0-beta1
Syntax
public Type StateMachineType { get; }

Property Value

Type: Type
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