AsyncStateMachineAttribute(Type) コンストラクター
定義
AsyncStateMachineAttribute クラスの新しいインスタンスを初期化します。Initializes a new instance of the AsyncStateMachineAttribute class.
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
ステート マシン メソッドを実装するために使用される、基になるステート マシン型の型オブジェクト。The type object for the underlying state machine type that's used to implement a state machine method.