Class InvocationResult
[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
resultobjectsendToIExpressionreturnTypeTypeinstanceobjectmethodMethodInfo
Properties
Instance
public object Instance { get; }
Property Value
Method
public MethodInfo Method { get; }
Property Value
ReturnType
public Type ReturnType { get; }
Property Value
ReturnValue
public object ReturnValue { get; }
Property Value
SendTo
public IExpression SendTo { get; }
Property Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.