GetCompletionSourceMethodNameAttribute 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
应用于可调用接口上的方法属性,以指定要调用的方法的名称,以获取提交到提交方法并最终返回到调用方的完整源。
[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 |
获取用于获取提交到运行时的请求的完成源的方法的名称。 |