Sdílet prostřednictvím


AsyncStateMachineAttribute(Type) Konstruktor

Definice

Inicializuje novou instanci AsyncStateMachineAttribute třídy.

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

Objekt typu pro základní typ stavového počítače, který se používá k implementaci metody stavového počítače.

Platí pro