AsyncStateMachineAttribute Constructor |
This API is preliminary and subject to change.
Namespace: System.Runtime.CompilerServicesAssembly: Rackspace.Threading (in Rackspace.Threading.dll) Version: 2.1.0-beta1
Syntax
public AsyncStateMachineAttribute(
Type stateMachineType
)
Public Sub New (
stateMachineType As Type
)
public:
AsyncStateMachineAttribute(
Type^ stateMachineType
)
new :
stateMachineType : Type -> AsyncStateMachineAttribute
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