AsyncStateMachineAttribute(Type) Konstruktor

Definicja

Inicjuje nowe wystąpienie klasy AsyncStateMachineAttribute.

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

Parametry

stateMachineType
Type

Obiekt typu dla bazowego typu maszyny stanu, który jest używany do implementowania metody maszyny stanu.

Dotyczy