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

힙에 할당된 복제본입니다.

적용 대상