AsyncStateMachineAttribute(Type) Constructor

Definición

Inicializa una nueva instancia de la clase 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)

Parámetros

stateMachineType
Type

Objeto de tipo para el tipo de máquina de estado subyacente que se usa para implementar un método de máquina de estado.

Se aplica a