IMethodExecutionInfo Interface
Provides information on a method instance that is executed or being executed against an external system.
Namespace: Microsoft.BusinessData.Runtime
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
Public Interface IMethodExecutionInfo _
Inherits IExecutionInfo, IDisposable
'Usage
Dim instance As IMethodExecutionInfo
public interface IMethodExecutionInfo : IExecutionInfo,
IDisposable