ReturnValueProxyAttribute Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Applied to invokable base types (see TaskRequest) to indicate that instances of derived types should be returned directly from generated proxy methods rather than being passed to the runtime for invocation. This is used to support calling patterns other than request-response, such as streaming.
[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
- Inheritance
-
ReturnValueProxyAttribute
- Attributes
Constructors
ReturnValueProxyAttribute(String) |
Properties
InitializerMethodName |
The name of the method to |