IMethodExecutionInfo Members
Include Protected Members
Include Inherited Members
Provides information on a method instance that is executed or being executed against an external system.
The IMethodExecutionInfo type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
Exception | Gets an exception thrown during execution. (Inherited from IExecutionInfo.) |
![]() |
Filters | Gets the collection of filters used for the execution of the method instance. |
![]() |
LobSystemInstance | Gets the external system instance on which methods are to be executed. (Inherited from IExecutionInfo.) |
![]() |
MethodInstance | Gets the method instance that is executing or executed. |
![]() |
Parameters | Gets the arguments of the method that is invoked or being invoked in native form. |
![]() |
SystemUtilityType | Gets the type of the system utility that handles communication with the external system. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Dispose | (Inherited from IDisposable.) |
Top