ActivityExecutionContextManager.ExecutionContexts Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the set of execution contexts, created by the current activity, that have not yet been completed.
public:
property System::Collections::ObjectModel::ReadOnlyCollection<System::Workflow::ComponentModel::ActivityExecutionContext ^> ^ ExecutionContexts { System::Collections::ObjectModel::ReadOnlyCollection<System::Workflow::ComponentModel::ActivityExecutionContext ^> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<System.Workflow.ComponentModel.ActivityExecutionContext> ExecutionContexts { get; }
member this.ExecutionContexts : System.Collections.ObjectModel.ReadOnlyCollection<System.Workflow.ComponentModel.ActivityExecutionContext>
Public ReadOnly Property ExecutionContexts As ReadOnlyCollection(Of ActivityExecutionContext)
Property Value
The collection that contains the ActivityExecutionContext(s) associated with this instance.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.