AsyncVoidMethodBuilder.Start<TStateMachine>(TStateMachine) Metode

Definisi

Mulai menjalankan penyusun dengan komputer status terkait.

public:
generic <typename TStateMachine>
 where TStateMachine : System::Runtime::CompilerServices::IAsyncStateMachine void Start(TStateMachine % stateMachine);
public void Start<TStateMachine>(ref TStateMachine stateMachine) where TStateMachine : System.Runtime.CompilerServices.IAsyncStateMachine;
member this.Start : 'StateMachine -> unit (requires 'StateMachine :> System.Runtime.CompilerServices.IAsyncStateMachine)
Public Sub Start(Of TStateMachine As IAsyncStateMachine) (ByRef stateMachine As TStateMachine)

Jenis parameter

TStateMachine

Jenis komputer status.

Parameter

stateMachine
TStateMachine

Instans komputer status, diteruskan oleh referensi.

Pengecualian

stateMachine adalah null.

Berlaku untuk