Interface IAbpMethodInvocation
Assembly: Volo.Abp.Core.dll
Syntax
public interface IAbpMethodInvocation
Properties
Arguments
Declaration
object[] Arguments { get; }
Property Value
Type |
Description |
object[] |
|
ArgumentsDictionary
Declaration
IReadOnlyDictionary<string, object> ArgumentsDictionary { get; }
Property Value
Type |
Description |
System.Collections.Generic.IReadOnlyDictionary<TKey, TValue><string, object> |
|
GenericArguments
Declaration
Type[] GenericArguments { get; }
Property Value
Type |
Description |
System.Type[] |
|
Method
Declaration
MethodInfo Method { get; }
Property Value
Type |
Description |
System.Reflection.MethodInfo |
|
ReturnValue
Declaration
object ReturnValue { get; set; }
Property Value
TargetObject
Declaration
object TargetObject { get; }
Property Value
Methods
ProceedAsync()
Declaration
Returns
Type |
Description |
System.Threading.Tasks.Task |
|
Extension Methods