IExecutionContext.ExecutedMethods Property
Gets a collection of methods executed in this context.
Namespace: Microsoft.BusinessData.Runtime
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
ReadOnly Property ExecutedMethods As IReadOnlyCollection(Of IExecutionInfo)
Get
'Usage
Dim instance As IExecutionContext
Dim value As IReadOnlyCollection(Of IExecutionInfo)
value = instance.ExecutedMethods
IReadOnlyCollection<IExecutionInfo> ExecutedMethods { get; }
Property Value
Type: Microsoft.BusinessData.Infrastructure.Collections.IReadOnlyCollection<IExecutionInfo>
The collection of methods executed in this context.