Skip to content

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 : Attribute

Constructors

Properties