AsyncStateMachineAttribute(Type) Constructor

Definitie

Initialiseert een nieuw exemplaar van de AsyncStateMachineAttribute klasse.

public:
 AsyncStateMachineAttribute(Type ^ stateMachineType);
public AsyncStateMachineAttribute(Type stateMachineType);
new System.Runtime.CompilerServices.AsyncStateMachineAttribute : Type -> System.Runtime.CompilerServices.AsyncStateMachineAttribute
Public Sub New (stateMachineType As Type)

Parameters

stateMachineType
Type

Het typeobject voor het onderliggende statusmachinetype dat wordt gebruikt voor het implementeren van een statusmachinemethode.

Van toepassing op