次の方法で共有


GetCompletionSourceMethodNameAttribute クラス

定義

呼び出し可能なインターフェイスのメソッド属性に適用され、submit メソッドに送信され、最終的に呼び出し元に返される完了ソースを取得するために呼び出すメソッドの名前を指定します。

[System.AttributeUsage(System.AttributeTargets.Class)]
public sealed class GetCompletionSourceMethodNameAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class)>]
type GetCompletionSourceMethodNameAttribute = class
    inherit Attribute
Public NotInheritable Class GetCompletionSourceMethodNameAttribute
Inherits Attribute
継承
GetCompletionSourceMethodNameAttribute
属性

コンストラクター

GetCompletionSourceMethodNameAttribute(String)

GetCompletionSourceMethodNameAttribute クラスの新しいインスタンスを初期化します。

プロパティ

MethodName

ランタイムに送信された要求の完了ソースを取得するために使用されるメソッドの名前を取得します。

適用対象