AsyncValueTaskMethodBuilder.SetStateMachine(IAsyncStateMachine) Yöntem

Tanım

Oluşturucuyu belirtilen durum makinesiyle ilişkilendirir.

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

Parametreler

stateMachine
IAsyncStateMachine

Oluşturucuyla ilişkilendirilecek durum makinesi örneği.

Şunlara uygulanır