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
Properties
InitializerMethodNameThe name of the method to
