IAsyncStateMachineSetStateMachine Method |
This API is preliminary and subject to change.
Configures the state machine with a heap-allocated replica.
Namespace: System.Runtime.CompilerServicesAssembly: Rackspace.Threading (in Rackspace.Threading.dll) Version: 2.1.0-beta1
Syntax
void SetStateMachine(
IAsyncStateMachine stateMachine
)
Sub SetStateMachine (
stateMachine As IAsyncStateMachine
)
void SetStateMachine(
IAsyncStateMachine^ stateMachine
)
abstract SetStateMachine :
stateMachine : IAsyncStateMachine -> unit
Parameters
- stateMachine
- Type: System.Runtime.CompilerServicesIAsyncStateMachine
The heap-allocated replica.
Version Information
.NET Framework
Supported in: 3.5
Threading Library
Supported in: 2.1
See Also