Class InvocationResult
Inheritance
System.Object
InvocationResult
Assembly: Steeltoe.Messaging.RabbitMQ.dll
Syntax
public class InvocationResult : object
Constructors
|
Edit this page
View Source
InvocationResult(Object, IExpression, Type, Object, MethodInfo)
Declaration
public InvocationResult(object result, IExpression sendTo, Type returnType, object instance, MethodInfo method)
Parameters
Type |
Name |
Description |
System.Object |
result |
|
IExpression |
sendTo |
|
Type |
returnType |
|
System.Object |
instance |
|
MethodInfo |
method |
|
Properties
|
Edit this page
View Source
Instance
Declaration
public object Instance { get; }
Property Value
Type |
Description |
System.Object |
|
|
Edit this page
View Source
Method
Declaration
public MethodInfo Method { get; }
Property Value
Type |
Description |
MethodInfo |
|
|
Edit this page
View Source
ReturnType
Declaration
public Type ReturnType { get; }
Property Value
|
Edit this page
View Source
ReturnValue
Declaration
public object ReturnValue { get; }
Property Value
Type |
Description |
System.Object |
|
|
Edit this page
View Source
SendTo
Declaration
public IExpression SendTo { get; }
Property Value
Type |
Description |
IExpression |
|
Methods
|
Edit this page
View Source
ToString()
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|