ActivityExecutionContextManager Класс
Определение
Внимание!
The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*
Позволяет действию CompositeActivity создавать контексты выполнения для своих дочерних действий и управлять этими контекстами.Allows a CompositeActivity to create and manage execution contexts for its child activities. Этот класс не наследуется.This class cannot be inherited.
public ref class ActivityExecutionContextManager sealed
public sealed class ActivityExecutionContextManager
[System.Obsolete("The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*")]
public sealed class ActivityExecutionContextManager
type ActivityExecutionContextManager = class
[<System.Obsolete("The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*")>]
type ActivityExecutionContextManager = class
Public NotInheritable Class ActivityExecutionContextManager
- Наследование
-
ActivityExecutionContextManager
- Атрибуты
Комментарии
Примечание
В этом материале обсуждаются устаревшие типы и пространства имен.This material discusses types and namespaces that are obsolete. Дополнительные сведения см. в статье о нерекомендуемых типах в Windows Workflow Foundation 4.5.For more information, see Deprecated Types in Windows Workflow Foundation 4.5.
Свойства
ExecutionContexts |
Представляет набор контекстов выполнения, созданных текущим действием, которые еще не были завершены.Represents the set of execution contexts, created by the current activity, that have not yet been completed. |
PersistedExecutionContexts |
Представляет набор контекстов выполнения, созданных текущим действием, которые были завершены и сохранены после завершения.Represents the set of execution contexts, created by the current activity, that have been completed and were persisted upon their completion. |
Методы
CompleteExecutionContext(ActivityExecutionContext) |
Помечает контекст выполнения в качестве завершенного.Marks an execution context as completed. |
CompleteExecutionContext(ActivityExecutionContext, Boolean) |
Помечает контекст выполнения в качестве завершенного.Marks an execution context as completed. |
CreateExecutionContext(Activity) |
Создает контекст ActivityExecutionContext для выделенного объекта Activity.Creates an ActivityExecutionContext for the designated Activity. |
Equals(Object) |
Определяет, равен ли указанный объект текущему объекту.Determines whether the specified object is equal to the current object. (Унаследовано от Object) |
GetExecutionContext(Activity) |
Возвращает контекст ActivityExecutionContext, связанный с выделенным объектом Activity.Gets the ActivityExecutionContext associated with the designated Activity. |
GetHashCode() |
Служит хэш-функцией по умолчанию.Serves as the default hash function. (Унаследовано от Object) |
GetPersistedExecutionContext(Guid) |
Возвращает сохраненный объект ActivityExecutionContext, соответствующий выделенному объекту Guid.Retrieves the persisted ActivityExecutionContext corresponding to the designated Guid. |
GetType() |
Возвращает объект Type для текущего экземпляра.Gets the Type of the current instance. (Унаследовано от Object) |
MemberwiseClone() |
Создает неполную копию текущего объекта Object.Creates a shallow copy of the current Object. (Унаследовано от Object) |
ToString() |
Возвращает строку, представляющую текущий объект.Returns a string that represents the current object. (Унаследовано от Object) |