Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.