Table of Contents

Class InvocationResult

Namespace
Steeltoe.Messaging.RabbitMQ.Listener.Adapters
Assembly
Steeltoe.Messaging.RabbitMQ.dll
[Obsolete("This feature will be removed in the next major version. See https://steeltoe.io/docs/v3/obsolete for details.")]
public class InvocationResult
Inheritance
InvocationResult
Inherited Members

Constructors

InvocationResult(object, IExpression, Type, object, MethodInfo)

public InvocationResult(object result, IExpression sendTo, Type returnType, object instance, MethodInfo method)

Parameters

result object
sendTo IExpression
returnType Type
instance object
method MethodInfo

Properties

Instance

public object Instance { get; }

Property Value

object

Method

public MethodInfo Method { get; }

Property Value

MethodInfo

ReturnType

public Type ReturnType { get; }

Property Value

Type

ReturnValue

public object ReturnValue { get; }

Property Value

object

SendTo

public IExpression SendTo { get; }

Property Value

IExpression

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.