AsyncStateMachineAttribute(Type) コンストラクター

定義

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)

パラメーター

stateMachineType
Type

ステート マシン メソッドを実装するために使用される、基になるステート マシン型の型オブジェクト。

適用対象