ReturnValueProxyAttribute 类

定义

应用于可调用基类型 (请参阅 TaskRequest) ,指示派生类型的实例应直接从生成的代理方法返回,而不是传递给运行时进行调用。 这用于支持请求-响应以外的调用模式,例如流式处理。

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

构造函数

ReturnValueProxyAttribute(String)

应用于可调用基类型 (请参阅 TaskRequest) ,指示派生类型的实例应直接从生成的代理方法返回,而不是传递给运行时进行调用。 这用于支持请求-响应以外的调用模式,例如流式处理。

属性

InitializerMethodName

要的方法的名称

适用于