IAsyncStateMachine.SetStateMachine(IAsyncStateMachine) Methode

Definition

Konfiguriert den Zustandsautomaten mit einem HEAP-zugeordneten Replikat.

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)

Parameter

stateMachine
IAsyncStateMachine

Das HEAP-zugeordnete Replikat.

Gilt für: