public sealed class WorkflowEngineTracingScope : IWorkflowEngineTracingScope
Public NotInheritable Class WorkflowEngineTracingScope
Implements IWorkflowEngineTracingScope
public ref class WorkflowEngineTracingScope sealed : IWorkflowEngineTracingScope
[<SealedAttribute>]
type WorkflowEngineTracingScope =
class
interface IWorkflowEngineTracingScope
end
WorkflowEngineTracingScope | Инициализирует новый экземпляр класса WorkflowEngineTracingScope |
ScopeInitialized | Определяет, был ли скоуп инициализирован через метод InitializeScope(Guid, Guid, Guid). |
TracingAllowed | Определяет, должна ли выполняться трассировка процесса с учётом текущих настроек трассировки и с учётом настроек текущего скоупа. |
AddInitializePendingActivity | Добавляет объект трассировки в скоуп, который ожидает проверки выполнения метода InitializeScope(Guid, Guid, Guid) для проверки валидности трассировки. |
Create | Открывает скоуп трассировки WorkflowEngine. |
Equals | Determines whether the specified object is equal to the current object. (Унаследован от Object) |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Унаследован от Object) |
GetHashCode | Serves as the default hash function. (Унаследован от Object) |
GetType | Gets the Type of the current instance. (Унаследован от Object) |
InitializeScope | Выполняет инициализацию текущего скоупа. Инициализация меняет значение свойства TracingAllowed текущего скоупа в зависимости от настроек трассировки. |
MemberwiseClone | Creates a shallow copy of the current Object. (Унаследован от Object) |
ToString | Returns a string that represents the current object. (Унаследован от Object) |