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.CompilerServicesAssembly: Rackspace.Threading (in Rackspace.Threading.dll) Version: 2.1.0-beta1
Syntax
public Type StateMachineType { get; }
Public ReadOnly Property StateMachineType As Type
Get
public:
property Type^ StateMachineType {
Type^ get ();
}
member StateMachineType : Type with 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