IAsyncStateMachine.SetStateMachine(IAsyncStateMachine) メソッド

定義

ステート マシンをヒープに割り当てられたレプリカで構成します。

public:
 void SetStateMachine(System::Runtime::CompilerServices::IAsyncStateMachine ^ stateMachine);
public void SetStateMachine (System.Runtime.CompilerServices.IAsyncStateMachine stateMachine);
abstract member SetStateMachine : System.Runtime.CompilerServices.IAsyncStateMachine -> unit
Public Sub SetStateMachine (stateMachine As IAsyncStateMachine)

パラメーター

stateMachine
IAsyncStateMachine

ヒープに割り当てられたレプリカ。

適用対象