AsyncStateMachineAttribute(Type) Construtor

Definição

Inicializa uma nova instância da classe 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

O objeto type para o tipo de computador de estado subjacente usado para implementar um método de computador de estado.

Aplica-se a