Start(TStateMachine) Method

AsyncVoidMethodBuilder.Start(Of TStateMachine) Method

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Begins running the builder with the associated state machine.

Namespace:  System.Runtime.CompilerServices
Assembly:  mscorlib (in mscorlib.dll)

'Declaration
Public Sub Start(Of TStateMachine As IAsyncStateMachine) ( _
	ByRef stateMachine As TStateMachine _
)

Type Parameters

TStateMachine

The type of the state machine.

Parameters

stateMachine
Type: TStateMachine %
The state machine instance, passed by reference.

ExceptionCondition
ArgumentNullException

stateMachine is Nothing.

Windows Phone OS

Supported in: 8.1, 8.0

Show:
© 2017 Microsoft