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

获取用于获取提交到运行时的请求的完成源的方法的名称。

适用于