ActivityExecutionContextManager.ExecutionContexts Property

Definition

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