共用方式為


GetCompletionSourceMethodNameAttribute 類別

定義

套用至可叫用介面上的方法屬性,以指定要呼叫的方法名稱,以取得送出至送出方法的完成來源,最後傳回給呼叫端。

[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

取得方法的名稱,這個方法可用來取得提交至執行時間之要求的完成來源。

適用於