ReturnValueProxyAttribute
class
Namespace: Orleans.Invocation
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.
public sealed class ReturnValueProxyAttribute : AttributeConstructors
ReturnValueProxyAttribute(string)Initializes a new instance of theReturnValueProxyAttributeclass.
Properties
InitializerMethodNameGets the name of the method used to initialize the generated request and return its proxy value.
