Windows-powershell / PowerShell-master /src /System.Management.Automation /utils /tracing /TracingGen.cs
| // Copyright (c) Microsoft Corporation. | |
| // Licensed under the MIT License. | |
| using System.Diagnostics.CodeAnalysis; | |
| using System.Diagnostics.Eventing; | |
| namespace System.Management.Automation.Tracing | |
| { | |
| /// <summary> | |
| /// Tracer. | |
| /// </summary> | |
| public sealed partial class Tracer : EtwActivity | |
| { | |
| /// <summary> | |
| /// Critical level. | |
| /// </summary> | |
| public const byte LevelCritical = 1; | |
| /// <summary> | |
| /// Error level. | |
| /// </summary> | |
| public const byte LevelError = 2; | |
| /// <summary> | |
| /// Warning level. | |
| /// </summary> | |
| public const byte LevelWarning = 3; | |
| /// <summary> | |
| /// Informational level. | |
| /// </summary> | |
| public const byte LevelInformational = 4; | |
| /// <summary> | |
| /// Verbose level. | |
| /// </summary> | |
| public const byte LevelVerbose = 5; | |
| /// <summary> | |
| /// Keyword all. | |
| /// </summary> | |
| public const long KeywordAll = 0xFFFFFFFF; | |
| private static readonly EventDescriptor WriteTransferEventEvent; | |
| private static readonly EventDescriptor DebugMessageEvent; | |
| private static readonly EventDescriptor M3PAbortingWorkflowExecutionEvent; | |
| private static readonly EventDescriptor M3PActivityExecutionFinishedEvent; | |
| private static readonly EventDescriptor M3PActivityExecutionQueuedEvent; | |
| private static readonly EventDescriptor M3PActivityExecutionStartedEvent; | |
| private static readonly EventDescriptor M3PBeginContainerParentJobExecutionEvent; | |
| private static readonly EventDescriptor M3PBeginCreateNewJobEvent; | |
| private static readonly EventDescriptor M3PBeginJobLogicEvent; | |
| private static readonly EventDescriptor M3PBeginProxyChildJobEventHandlerEvent; | |
| private static readonly EventDescriptor M3PBeginProxyJobEventHandlerEvent; | |
| private static readonly EventDescriptor M3PBeginProxyJobExecutionEvent; | |
| private static readonly EventDescriptor M3PBeginRunGarbageCollectionEvent; | |
| private static readonly EventDescriptor M3PBeginStartWorkflowApplicationEvent; | |
| private static readonly EventDescriptor M3PBeginWorkflowExecutionEvent; | |
| private static readonly EventDescriptor M3PCancellingWorkflowExecutionEvent; | |
| private static readonly EventDescriptor M3PChildWorkflowJobAdditionEvent; | |
| private static readonly EventDescriptor M3PEndContainerParentJobExecutionEvent; | |
| private static readonly EventDescriptor M3PEndCreateNewJobEvent; | |
| private static readonly EventDescriptor M3PEndJobLogicEvent; | |
| private static readonly EventDescriptor M3PEndpointDisabledEvent; | |
| private static readonly EventDescriptor M3PEndpointEnabledEvent; | |
| private static readonly EventDescriptor M3PEndpointModifiedEvent; | |
| private static readonly EventDescriptor M3PEndpointRegisteredEvent; | |
| private static readonly EventDescriptor M3PEndpointUnregisteredEvent; | |
| private static readonly EventDescriptor M3PEndProxyChildJobEventHandlerEvent; | |
| private static readonly EventDescriptor M3PEndProxyJobEventHandlerEvent; | |
| private static readonly EventDescriptor M3PEndProxyJobExecutionEvent; | |
| private static readonly EventDescriptor M3PEndRunGarbageCollectionEvent; | |
| private static readonly EventDescriptor M3PEndStartWorkflowApplicationEvent; | |
| private static readonly EventDescriptor M3PEndWorkflowExecutionEvent; | |
| private static readonly EventDescriptor M3PErrorImportingWorkflowFromXamlEvent; | |
| private static readonly EventDescriptor M3PForcedWorkflowShutdownErrorEvent; | |
| private static readonly EventDescriptor M3PForcedWorkflowShutdownFinishedEvent; | |
| private static readonly EventDescriptor M3PForcedWorkflowShutdownStartedEvent; | |
| private static readonly EventDescriptor M3PImportedWorkflowFromXamlEvent; | |
| private static readonly EventDescriptor M3PImportingWorkflowFromXamlEvent; | |
| private static readonly EventDescriptor M3PJobCreationCompleteEvent; | |
| private static readonly EventDescriptor M3PJobErrorEvent; | |
| private static readonly EventDescriptor M3PJobRemovedEvent; | |
| private static readonly EventDescriptor M3PJobRemoveErrorEvent; | |
| private static readonly EventDescriptor M3PJobStateChangedEvent; | |
| private static readonly EventDescriptor M3PLoadingWorkflowForExecutionEvent; | |
| private static readonly EventDescriptor M3POutOfProcessRunspaceStartedEvent; | |
| private static readonly EventDescriptor M3PParameterSplattingWasPerformedEvent; | |
| private static readonly EventDescriptor M3PParentJobCreatedEvent; | |
| private static readonly EventDescriptor M3PPersistenceStoreMaxSizeReachedEvent; | |
| private static readonly EventDescriptor M3PPersistingWorkflowEvent; | |
| private static readonly EventDescriptor M3PProxyJobRemoteJobAssociationEvent; | |
| private static readonly EventDescriptor M3PRemoveJobStartedEvent; | |
| private static readonly EventDescriptor M3PRunspaceAvailabilityChangedEvent; | |
| private static readonly EventDescriptor M3PRunspaceStateChangedEvent; | |
| private static readonly EventDescriptor M3PTrackingGuidContainerParentJobCorrelationEvent; | |
| private static readonly EventDescriptor M3PUnloadingWorkflowEvent; | |
| private static readonly EventDescriptor M3PWorkflowActivityExecutionFailedEvent; | |
| private static readonly EventDescriptor M3PWorkflowActivityValidatedEvent; | |
| private static readonly EventDescriptor M3PWorkflowActivityValidationFailedEvent; | |
| private static readonly EventDescriptor M3PWorkflowCleanupPerformedEvent; | |
| private static readonly EventDescriptor M3PWorkflowDeletedFromDiskEvent; | |
| private static readonly EventDescriptor M3PWorkflowEngineStartedEvent; | |
| private static readonly EventDescriptor M3PWorkflowExecutionAbortedEvent; | |
| private static readonly EventDescriptor M3PWorkflowExecutionCancelledEvent; | |
| private static readonly EventDescriptor M3PWorkflowExecutionErrorEvent; | |
| private static readonly EventDescriptor M3PWorkflowExecutionFinishedEvent; | |
| private static readonly EventDescriptor M3PWorkflowExecutionStartedEvent; | |
| private static readonly EventDescriptor M3PWorkflowJobCreatedEvent; | |
| private static readonly EventDescriptor M3PWorkflowLoadedForExecutionEvent; | |
| private static readonly EventDescriptor M3PWorkflowLoadedFromDiskEvent; | |
| private static readonly EventDescriptor M3PWorkflowManagerCheckpointEvent; | |
| private static readonly EventDescriptor M3PWorkflowPersistedEvent; | |
| private static readonly EventDescriptor M3PWorkflowPluginRequestedToShutdownEvent; | |
| private static readonly EventDescriptor M3PWorkflowPluginRestartedEvent; | |
| private static readonly EventDescriptor M3PWorkflowPluginStartedEvent; | |
| private static readonly EventDescriptor M3PWorkflowQuotaViolatedEvent; | |
| private static readonly EventDescriptor M3PWorkflowResumedEvent; | |
| private static readonly EventDescriptor M3PWorkflowResumingEvent; | |
| private static readonly EventDescriptor M3PWorkflowRunspacePoolCreatedEvent; | |
| private static readonly EventDescriptor M3PWorkflowStateChangedEvent; | |
| private static readonly EventDescriptor M3PWorkflowUnloadedEvent; | |
| private static readonly EventDescriptor M3PWorkflowValidationErrorEvent; | |
| private static readonly EventDescriptor M3PWorkflowValidationFinishedEvent; | |
| private static readonly EventDescriptor M3PWorkflowValidationStartedEvent; | |
| /// <summary> | |
| /// Static constructor. | |
| /// </summary> | |
| static Tracer() | |
| { | |
| unchecked | |
| { | |
| WriteTransferEventEvent = new EventDescriptor(0x1f05, 0x1, 0x11, 0x5, 0x14, 0x0, (long)0x4000000000000000); | |
| DebugMessageEvent = new EventDescriptor(0xc000, 0x1, 0x12, 0x4, 0x0, 0x0, (long)0x2000000000000000); | |
| M3PAbortingWorkflowExecutionEvent = new EventDescriptor(0xb038, 0x1, 0x11, 0x5, 0x14, 0x6, (long)0x4000000000000200); | |
| M3PActivityExecutionFinishedEvent = new EventDescriptor(0xb03f, 0x1, 0x11, 0x5, 0x14, 0x6, (long)0x4000000000000200); | |
| M3PActivityExecutionQueuedEvent = new EventDescriptor(0xb017, 0x1, 0x11, 0x5, 0x14, 0x6, (long)0x4000000000000200); | |
| M3PActivityExecutionStartedEvent = new EventDescriptor(0xb018, 0x1, 0x11, 0x5, 0x14, 0x6, (long)0x4000000000000200); | |
| M3PBeginContainerParentJobExecutionEvent = new EventDescriptor(0xb50c, 0x1, 0x12, 0x4, 0x0, 0x0, (long)0x2000000000000000); | |
| M3PBeginCreateNewJobEvent = new EventDescriptor(0xb503, 0x1, 0x12, 0x4, 0x0, 0x0, (long)0x2000000000000000); | |
| M3PBeginJobLogicEvent = new EventDescriptor(0xb506, 0x1, 0x12, 0x4, 0x0, 0x0, (long)0x2000000000000000); | |
| M3PBeginProxyChildJobEventHandlerEvent = new EventDescriptor(0xb512, 0x1, 0x12, 0x4, 0x0, 0x0, (long)0x2000000000000000); | |
| M3PBeginProxyJobEventHandlerEvent = new EventDescriptor(0xb510, 0x1, 0x12, 0x4, 0x0, 0x0, (long)0x2000000000000000); | |
| M3PBeginProxyJobExecutionEvent = new EventDescriptor(0xb50e, 0x1, 0x12, 0x4, 0x0, 0x0, (long)0x2000000000000000); | |
| M3PBeginRunGarbageCollectionEvent = new EventDescriptor(0xb514, 0x1, 0x12, 0x4, 0x0, 0x0, (long)0x2000000000000000); | |
| M3PBeginStartWorkflowApplicationEvent = new EventDescriptor(0xb501, 0x1, 0x12, 0x4, 0x0, 0x0, (long)0x2000000000000000); | |
| M3PBeginWorkflowExecutionEvent = new EventDescriptor(0xb508, 0x1, 0x12, 0x4, 0x0, 0x0, (long)0x2000000000000000); | |
| M3PCancellingWorkflowExecutionEvent = new EventDescriptor(0xb037, 0x1, 0x11, 0x5, 0x14, 0x6, (long)0x4000000000000200); | |
| M3PChildWorkflowJobAdditionEvent = new EventDescriptor(0xb50a, 0x1, 0x12, 0x4, 0x0, 0x0, (long)0x2000000000000000); | |
| M3PEndContainerParentJobExecutionEvent = new EventDescriptor(0xb50d, 0x1, 0x12, 0x4, 0x0, 0x0, (long)0x2000000000000000); | |
| M3PEndCreateNewJobEvent = new EventDescriptor(0xb504, 0x1, 0x12, 0x4, 0x0, 0x0, (long)0x2000000000000000); | |
| M3PEndJobLogicEvent = new EventDescriptor(0xb507, 0x1, 0x12, 0x4, 0x0, 0x0, (long)0x2000000000000000); | |
| M3PEndpointDisabledEvent = new EventDescriptor(0xb044, 0x1, 0x11, 0x5, 0x14, 0x9, (long)0x4000000000000200); | |
| M3PEndpointEnabledEvent = new EventDescriptor(0xb045, 0x1, 0x11, 0x5, 0x14, 0x9, (long)0x4000000000000200); | |
| M3PEndpointModifiedEvent = new EventDescriptor(0xb042, 0x1, 0x11, 0x5, 0x14, 0x9, (long)0x4000000000000200); | |
| M3PEndpointRegisteredEvent = new EventDescriptor(0xb041, 0x1, 0x11, 0x5, 0x14, 0x9, (long)0x4000000000000200); | |
| M3PEndpointUnregisteredEvent = new EventDescriptor(0xb043, 0x1, 0x11, 0x5, 0x14, 0x9, (long)0x4000000000000200); | |
| M3PEndProxyChildJobEventHandlerEvent = new EventDescriptor(0xb513, 0x1, 0x12, 0x4, 0x0, 0x0, (long)0x2000000000000000); | |
| M3PEndProxyJobEventHandlerEvent = new EventDescriptor(0xb511, 0x1, 0x12, 0x4, 0x0, 0x0, (long)0x2000000000000000); | |
| M3PEndProxyJobExecutionEvent = new EventDescriptor(0xb50f, 0x1, 0x12, 0x4, 0x0, 0x0, (long)0x2000000000000000); | |
| M3PEndRunGarbageCollectionEvent = new EventDescriptor(0xb515, 0x1, 0x12, 0x4, 0x0, 0x0, (long)0x2000000000000000); | |
| M3PEndStartWorkflowApplicationEvent = new EventDescriptor(0xb502, 0x1, 0x12, 0x4, 0x0, 0x0, (long)0x2000000000000000); | |
| M3PEndWorkflowExecutionEvent = new EventDescriptor(0xb509, 0x1, 0x12, 0x4, 0x0, 0x0, (long)0x2000000000000000); | |
| M3PErrorImportingWorkflowFromXamlEvent = new EventDescriptor(0xb01b, 0x1, 0x11, 0x5, 0x14, 0x6, (long)0x4000000000000200); | |
| M3PForcedWorkflowShutdownErrorEvent = new EventDescriptor(0xb03c, 0x1, 0x11, 0x5, 0x14, 0x6, (long)0x4000000000000200); | |
| M3PForcedWorkflowShutdownFinishedEvent = new EventDescriptor(0xb03b, 0x1, 0x11, 0x5, 0x14, 0x6, (long)0x4000000000000200); | |
| M3PForcedWorkflowShutdownStartedEvent = new EventDescriptor(0xb03a, 0x1, 0x11, 0x5, 0x14, 0x6, (long)0x4000000000000200); | |
| M3PImportedWorkflowFromXamlEvent = new EventDescriptor(0xb01a, 0x1, 0x11, 0x5, 0x14, 0x6, (long)0x4000000000000200); | |
| M3PImportingWorkflowFromXamlEvent = new EventDescriptor(0xb019, 0x1, 0x11, 0x5, 0x14, 0x6, (long)0x4000000000000200); | |
| M3PJobCreationCompleteEvent = new EventDescriptor(0xb032, 0x1, 0x11, 0x5, 0x14, 0x6, (long)0x4000000000000200); | |
| M3PJobErrorEvent = new EventDescriptor(0xb02e, 0x1, 0x11, 0x5, 0x14, 0x6, (long)0x4000000000000200); | |
| M3PJobRemovedEvent = new EventDescriptor(0xb033, 0x1, 0x11, 0x5, 0x14, 0x6, (long)0x4000000000000200); | |
| M3PJobRemoveErrorEvent = new EventDescriptor(0xb034, 0x1, 0x11, 0x5, 0x14, 0x6, (long)0x4000000000000200); | |
| M3PJobStateChangedEvent = new EventDescriptor(0xb02d, 0x1, 0x11, 0x5, 0x14, 0x6, (long)0x4000000000000200); | |
| M3PLoadingWorkflowForExecutionEvent = new EventDescriptor(0xb035, 0x1, 0x11, 0x5, 0x14, 0x6, (long)0x4000000000000200); | |
| M3POutOfProcessRunspaceStartedEvent = new EventDescriptor(0xb046, 0x1, 0x11, 0x5, 0x14, 0x6, (long)0x4000000000000200); | |
| M3PParameterSplattingWasPerformedEvent = new EventDescriptor(0xb047, 0x1, 0x11, 0x5, 0x14, 0x6, (long)0x4000000000000200); | |
| M3PParentJobCreatedEvent = new EventDescriptor(0xb031, 0x1, 0x11, 0x5, 0x14, 0x6, (long)0x4000000000000200); | |
| M3PPersistenceStoreMaxSizeReachedEvent = new EventDescriptor(0xb516, 0x1, 0x10, 0x3, 0x0, 0x0, (long)0x8000000000000000); | |
| M3PPersistingWorkflowEvent = new EventDescriptor(0xb03d, 0x1, 0x11, 0x5, 0x14, 0x6, (long)0x4000000000000200); | |
| M3PProxyJobRemoteJobAssociationEvent = new EventDescriptor(0xb50b, 0x1, 0x12, 0x4, 0x0, 0x0, (long)0x2000000000000000); | |
| M3PRemoveJobStartedEvent = new EventDescriptor(0xb02c, 0x1, 0x11, 0x5, 0x14, 0x6, (long)0x4000000000000200); | |
| M3PRunspaceAvailabilityChangedEvent = new EventDescriptor(0xb022, 0x1, 0x11, 0x5, 0x14, 0x6, (long)0x4000000000000200); | |
| M3PRunspaceStateChangedEvent = new EventDescriptor(0xb023, 0x1, 0x11, 0x5, 0x14, 0x6, (long)0x4000000000000200); | |
| M3PTrackingGuidContainerParentJobCorrelationEvent = new EventDescriptor(0xb505, 0x1, 0x12, 0x4, 0x0, 0x0, (long)0x2000000000000000); | |
| M3PUnloadingWorkflowEvent = new EventDescriptor(0xb039, 0x1, 0x11, 0x5, 0x14, 0x6, (long)0x4000000000000200); | |
| M3PWorkflowActivityExecutionFailedEvent = new EventDescriptor(0xb021, 0x1, 0x11, 0x5, 0x14, 0x6, (long)0x4000000000000200); | |
| M3PWorkflowActivityValidatedEvent = new EventDescriptor(0xb01f, 0x1, 0x11, 0x5, 0x14, 0x6, (long)0x4000000000000200); | |
| M3PWorkflowActivityValidationFailedEvent = new EventDescriptor(0xb020, 0x1, 0x11, 0x5, 0x14, 0x8, (long)0x4000000000000200); | |
| M3PWorkflowCleanupPerformedEvent = new EventDescriptor(0xb028, 0x1, 0x11, 0x5, 0x14, 0x6, (long)0x4000000000000200); | |
| M3PWorkflowDeletedFromDiskEvent = new EventDescriptor(0xb02a, 0x1, 0x11, 0x5, 0x14, 0x6, (long)0x4000000000000200); | |
| M3PWorkflowEngineStartedEvent = new EventDescriptor(0xb048, 0x1, 0x11, 0x5, 0x14, 0x5, (long)0x4000000000000200); | |
| M3PWorkflowExecutionAbortedEvent = new EventDescriptor(0xb027, 0x1, 0x11, 0x5, 0x14, 0x6, (long)0x4000000000000200); | |
| M3PWorkflowExecutionCancelledEvent = new EventDescriptor(0xb026, 0x1, 0x11, 0x5, 0x14, 0x6, (long)0x4000000000000200); | |
| M3PWorkflowExecutionErrorEvent = new EventDescriptor(0xb040, 0x1, 0x11, 0x5, 0x14, 0x6, (long)0x4000000000000200); | |
| M3PWorkflowExecutionFinishedEvent = new EventDescriptor(0xb036, 0x1, 0x11, 0x5, 0x14, 0x6, (long)0x4000000000000200); | |
| M3PWorkflowExecutionStartedEvent = new EventDescriptor(0xb008, 0x1, 0x11, 0x5, 0x14, 0x6, (long)0x4000000000000200); | |
| M3PWorkflowJobCreatedEvent = new EventDescriptor(0xb030, 0x1, 0x11, 0x5, 0x14, 0x6, (long)0x4000000000000200); | |
| M3PWorkflowLoadedForExecutionEvent = new EventDescriptor(0xb024, 0x1, 0x11, 0x5, 0x14, 0x6, (long)0x4000000000000200); | |
| M3PWorkflowLoadedFromDiskEvent = new EventDescriptor(0xb029, 0x1, 0x11, 0x5, 0x14, 0x6, (long)0x4000000000000200); | |
| M3PWorkflowManagerCheckpointEvent = new EventDescriptor(0xb049, 0x1, 0x12, 0x4, 0x0, 0x0, (long)0x2000000000000200); | |
| M3PWorkflowPersistedEvent = new EventDescriptor(0xb03e, 0x1, 0x11, 0x5, 0x14, 0x6, (long)0x4000000000000200); | |
| M3PWorkflowPluginRequestedToShutdownEvent = new EventDescriptor(0xb010, 0x1, 0x11, 0x5, 0x14, 0x5, (long)0x4000000000000200); | |
| M3PWorkflowPluginRestartedEvent = new EventDescriptor(0xb011, 0x1, 0x11, 0x5, 0x14, 0x5, (long)0x4000000000000200); | |
| M3PWorkflowPluginStartedEvent = new EventDescriptor(0xb007, 0x1, 0x11, 0x5, 0x14, 0x5, (long)0x4000000000000200); | |
| M3PWorkflowQuotaViolatedEvent = new EventDescriptor(0xb013, 0x1, 0x11, 0x5, 0x14, 0x6, (long)0x4000000000000200); | |
| M3PWorkflowResumedEvent = new EventDescriptor(0xb014, 0x1, 0x11, 0x5, 0x14, 0x6, (long)0x4000000000000200); | |
| M3PWorkflowResumingEvent = new EventDescriptor(0xb012, 0x1, 0x11, 0x5, 0x14, 0x6, (long)0x4000000000000200); | |
| M3PWorkflowRunspacePoolCreatedEvent = new EventDescriptor(0xb016, 0x1, 0x11, 0x5, 0x14, 0x6, (long)0x4000000000000200); | |
| M3PWorkflowStateChangedEvent = new EventDescriptor(0xb009, 0x1, 0x11, 0x5, 0x14, 0x6, (long)0x4000000000000200); | |
| M3PWorkflowUnloadedEvent = new EventDescriptor(0xb025, 0x1, 0x11, 0x5, 0x14, 0x6, (long)0x4000000000000200); | |
| M3PWorkflowValidationErrorEvent = new EventDescriptor(0xb01e, 0x1, 0x11, 0x5, 0x14, 0x8, (long)0x4000000000000200); | |
| M3PWorkflowValidationFinishedEvent = new EventDescriptor(0xb01d, 0x1, 0x11, 0x5, 0x14, 0x8, (long)0x4000000000000200); | |
| M3PWorkflowValidationStartedEvent = new EventDescriptor(0xb01c, 0x1, 0x11, 0x5, 0x14, 0x8, (long)0x4000000000000200); | |
| } | |
| } | |
| /// <summary> | |
| /// Constructor. | |
| /// </summary> | |
| public Tracer() : base() { } | |
| /// <summary> | |
| /// Transfer Event. | |
| /// </summary> | |
| protected override EventDescriptor TransferEvent | |
| { | |
| get | |
| { | |
| return WriteTransferEventEvent; | |
| } | |
| } | |
| /// <summary> | |
| /// WriteTransferEvent (EventId: 0x1f05/7941). | |
| /// </summary> | |
| [] | |
| public void WriteTransferEvent(Guid currentActivityId, Guid parentActivityId) | |
| { | |
| WriteEvent(WriteTransferEventEvent, currentActivityId, parentActivityId); | |
| } | |
| /// <summary> | |
| /// DebugMessage (EventId: 0xc000/49152). | |
| /// </summary> | |
| [] | |
| public void DebugMessage(string message) | |
| { | |
| WriteEvent(DebugMessageEvent, message); | |
| } | |
| /// <summary> | |
| /// AbortingWorkflowExecution (EventId: 0xb038/45112). | |
| /// </summary> | |
| [] | |
| public void AbortingWorkflowExecution(Guid workflowId, string reason) | |
| { | |
| WriteEvent(M3PAbortingWorkflowExecutionEvent, workflowId, reason); | |
| } | |
| /// <summary> | |
| /// ActivityExecutionFinished (EventId: 0xb03f/45119). | |
| /// </summary> | |
| [] | |
| public void ActivityExecutionFinished(string activityName) | |
| { | |
| WriteEvent(M3PActivityExecutionFinishedEvent, activityName); | |
| } | |
| /// <summary> | |
| /// ActivityExecutionQueued (EventId: 0xb017/45079). | |
| /// </summary> | |
| [] | |
| public void ActivityExecutionQueued(Guid workflowId, string activityName) | |
| { | |
| WriteEvent(M3PActivityExecutionQueuedEvent, workflowId, activityName); | |
| } | |
| /// <summary> | |
| /// ActivityExecutionStarted (EventId: 0xb018/45080). | |
| /// </summary> | |
| [] | |
| public void ActivityExecutionStarted(string activityName, string activityTypeName) | |
| { | |
| WriteEvent(M3PActivityExecutionStartedEvent, activityName, activityTypeName); | |
| } | |
| /// <summary> | |
| /// BeginContainerParentJobExecution (EventId: 0xb50c/46348). | |
| /// </summary> | |
| [] | |
| public void BeginContainerParentJobExecution(Guid containerParentJobInstanceId) | |
| { | |
| WriteEvent(M3PBeginContainerParentJobExecutionEvent, containerParentJobInstanceId); | |
| } | |
| /// <summary> | |
| /// BeginCreateNewJob (EventId: 0xb503/46339). | |
| /// </summary> | |
| [] | |
| public void BeginCreateNewJob(Guid trackingId) | |
| { | |
| WriteEvent(M3PBeginCreateNewJobEvent, trackingId); | |
| } | |
| /// <summary> | |
| /// BeginJobLogic (EventId: 0xb506/46342). | |
| /// </summary> | |
| [] | |
| public void BeginJobLogic(Guid workflowJobJobInstanceId) | |
| { | |
| WriteEvent(M3PBeginJobLogicEvent, workflowJobJobInstanceId); | |
| } | |
| /// <summary> | |
| /// BeginProxyChildJobEventHandler (EventId: 0xb512/46354). | |
| /// </summary> | |
| [] | |
| public void BeginProxyChildJobEventHandler(Guid proxyChildJobInstanceId) | |
| { | |
| WriteEvent(M3PBeginProxyChildJobEventHandlerEvent, proxyChildJobInstanceId); | |
| } | |
| /// <summary> | |
| /// BeginProxyJobEventHandler (EventId: 0xb510/46352). | |
| /// </summary> | |
| [] | |
| public void BeginProxyJobEventHandler(Guid proxyJobInstanceId) | |
| { | |
| WriteEvent(M3PBeginProxyJobEventHandlerEvent, proxyJobInstanceId); | |
| } | |
| /// <summary> | |
| /// BeginProxyJobExecution (EventId: 0xb50e/46350). | |
| /// </summary> | |
| [] | |
| public void BeginProxyJobExecution(Guid proxyJobInstanceId) | |
| { | |
| WriteEvent(M3PBeginProxyJobExecutionEvent, proxyJobInstanceId); | |
| } | |
| /// <summary> | |
| /// BeginRunGarbageCollection (EventId: 0xb514/46356). | |
| /// </summary> | |
| [] | |
| public void BeginRunGarbageCollection() | |
| { | |
| WriteEvent(M3PBeginRunGarbageCollectionEvent); | |
| } | |
| /// <summary> | |
| /// BeginStartWorkflowApplication (EventId: 0xb501/46337). | |
| /// </summary> | |
| [] | |
| public void BeginStartWorkflowApplication(Guid trackingId) | |
| { | |
| WriteEvent(M3PBeginStartWorkflowApplicationEvent, trackingId); | |
| } | |
| /// <summary> | |
| /// BeginWorkflowExecution (EventId: 0xb508/46344). | |
| /// </summary> | |
| [] | |
| public void BeginWorkflowExecution(Guid workflowJobJobInstanceId) | |
| { | |
| WriteEvent(M3PBeginWorkflowExecutionEvent, workflowJobJobInstanceId); | |
| } | |
| /// <summary> | |
| /// CancellingWorkflowExecution (EventId: 0xb037/45111). | |
| /// </summary> | |
| [] | |
| public void CancellingWorkflowExecution(Guid workflowId) | |
| { | |
| WriteEvent(M3PCancellingWorkflowExecutionEvent, workflowId); | |
| } | |
| /// <summary> | |
| /// ChildWorkflowJobAddition (EventId: 0xb50a/46346). | |
| /// </summary> | |
| [] | |
| public void ChildWorkflowJobAddition(Guid workflowJobInstanceId, Guid containerParentJobInstanceId) | |
| { | |
| WriteEvent(M3PChildWorkflowJobAdditionEvent, workflowJobInstanceId, containerParentJobInstanceId); | |
| } | |
| /// <summary> | |
| /// EndContainerParentJobExecution (EventId: 0xb50d/46349). | |
| /// </summary> | |
| [] | |
| public void EndContainerParentJobExecution(Guid containerParentJobInstanceId) | |
| { | |
| WriteEvent(M3PEndContainerParentJobExecutionEvent, containerParentJobInstanceId); | |
| } | |
| /// <summary> | |
| /// EndCreateNewJob (EventId: 0xb504/46340). | |
| /// </summary> | |
| [] | |
| public void EndCreateNewJob(Guid trackingId) | |
| { | |
| WriteEvent(M3PEndCreateNewJobEvent, trackingId); | |
| } | |
| /// <summary> | |
| /// EndJobLogic (EventId: 0xb507/46343). | |
| /// </summary> | |
| [] | |
| public void EndJobLogic(Guid workflowJobJobInstanceId) | |
| { | |
| WriteEvent(M3PEndJobLogicEvent, workflowJobJobInstanceId); | |
| } | |
| /// <summary> | |
| /// EndpointDisabled (EventId: 0xb044/45124). | |
| /// </summary> | |
| [] | |
| public void EndpointDisabled(string endpointName, string disabledBy) | |
| { | |
| WriteEvent(M3PEndpointDisabledEvent, endpointName, disabledBy); | |
| } | |
| /// <summary> | |
| /// EndpointEnabled (EventId: 0xb045/45125). | |
| /// </summary> | |
| [] | |
| public void EndpointEnabled(string endpointName, string enabledBy) | |
| { | |
| WriteEvent(M3PEndpointEnabledEvent, endpointName, enabledBy); | |
| } | |
| /// <summary> | |
| /// EndpointModified (EventId: 0xb042/45122). | |
| /// </summary> | |
| [] | |
| public void EndpointModified(string endpointName, string modifiedBy) | |
| { | |
| WriteEvent(M3PEndpointModifiedEvent, endpointName, modifiedBy); | |
| } | |
| /// <summary> | |
| /// EndpointRegistered (EventId: 0xb041/45121). | |
| /// </summary> | |
| [] | |
| public void EndpointRegistered(string endpointName, string registeredBy) | |
| { | |
| WriteEvent(M3PEndpointRegisteredEvent, endpointName, registeredBy); | |
| } | |
| /// <summary> | |
| /// EndpointUnregistered (EventId: 0xb043/45123). | |
| /// </summary> | |
| [] | |
| public void EndpointUnregistered(string endpointName, string unregisteredBy) | |
| { | |
| WriteEvent(M3PEndpointUnregisteredEvent, endpointName, unregisteredBy); | |
| } | |
| /// <summary> | |
| /// EndProxyChildJobEventHandler (EventId: 0xb513/46355). | |
| /// </summary> | |
| [] | |
| public void EndProxyChildJobEventHandler(Guid proxyChildJobInstanceId) | |
| { | |
| WriteEvent(M3PEndProxyChildJobEventHandlerEvent, proxyChildJobInstanceId); | |
| } | |
| /// <summary> | |
| /// EndProxyJobEventHandler (EventId: 0xb511/46353). | |
| /// </summary> | |
| [] | |
| public void EndProxyJobEventHandler(Guid proxyJobInstanceId) | |
| { | |
| WriteEvent(M3PEndProxyJobEventHandlerEvent, proxyJobInstanceId); | |
| } | |
| /// <summary> | |
| /// EndProxyJobExecution (EventId: 0xb50f/46351). | |
| /// </summary> | |
| [] | |
| public void EndProxyJobExecution(Guid proxyJobInstanceId) | |
| { | |
| WriteEvent(M3PEndProxyJobExecutionEvent, proxyJobInstanceId); | |
| } | |
| /// <summary> | |
| /// EndRunGarbageCollection (EventId: 0xb515/46357). | |
| /// </summary> | |
| [] | |
| public void EndRunGarbageCollection() | |
| { | |
| WriteEvent(M3PEndRunGarbageCollectionEvent); | |
| } | |
| /// <summary> | |
| /// EndStartWorkflowApplication (EventId: 0xb502/46338). | |
| /// </summary> | |
| [] | |
| public void EndStartWorkflowApplication(Guid trackingId) | |
| { | |
| WriteEvent(M3PEndStartWorkflowApplicationEvent, trackingId); | |
| } | |
| /// <summary> | |
| /// EndWorkflowExecution (EventId: 0xb509/46345). | |
| /// </summary> | |
| [] | |
| public void EndWorkflowExecution(Guid workflowJobJobInstanceId) | |
| { | |
| WriteEvent(M3PEndWorkflowExecutionEvent, workflowJobJobInstanceId); | |
| } | |
| /// <summary> | |
| /// ErrorImportingWorkflowFromXaml (EventId: 0xb01b/45083). | |
| /// </summary> | |
| [] | |
| public void ErrorImportingWorkflowFromXaml(Guid workflowId, string errorDescription) | |
| { | |
| WriteEvent(M3PErrorImportingWorkflowFromXamlEvent, workflowId, errorDescription); | |
| } | |
| /// <summary> | |
| /// ForcedWorkflowShutdownError (EventId: 0xb03c/45116). | |
| /// </summary> | |
| [] | |
| public void ForcedWorkflowShutdownError(Guid workflowId, string errorDescription) | |
| { | |
| WriteEvent(M3PForcedWorkflowShutdownErrorEvent, workflowId, errorDescription); | |
| } | |
| /// <summary> | |
| /// ForcedWorkflowShutdownFinished (EventId: 0xb03b/45115). | |
| /// </summary> | |
| [] | |
| public void ForcedWorkflowShutdownFinished(Guid workflowId) | |
| { | |
| WriteEvent(M3PForcedWorkflowShutdownFinishedEvent, workflowId); | |
| } | |
| /// <summary> | |
| /// ForcedWorkflowShutdownStarted (EventId: 0xb03a/45114). | |
| /// </summary> | |
| [] | |
| public void ForcedWorkflowShutdownStarted(Guid workflowId) | |
| { | |
| WriteEvent(M3PForcedWorkflowShutdownStartedEvent, workflowId); | |
| } | |
| /// <summary> | |
| /// ImportedWorkflowFromXaml (EventId: 0xb01a/45082). | |
| /// </summary> | |
| [] | |
| public void ImportedWorkflowFromXaml(Guid workflowId, string xamlFile) | |
| { | |
| WriteEvent(M3PImportedWorkflowFromXamlEvent, workflowId, xamlFile); | |
| } | |
| /// <summary> | |
| /// ImportingWorkflowFromXaml (EventId: 0xb019/45081). | |
| /// </summary> | |
| [] | |
| public void ImportingWorkflowFromXaml(Guid workflowId, string xamlFile) | |
| { | |
| WriteEvent(M3PImportingWorkflowFromXamlEvent, workflowId, xamlFile); | |
| } | |
| /// <summary> | |
| /// JobCreationComplete (EventId: 0xb032/45106). | |
| /// </summary> | |
| [] | |
| public void JobCreationComplete(Guid jobId, Guid workflowId) | |
| { | |
| WriteEvent(M3PJobCreationCompleteEvent, jobId, workflowId); | |
| } | |
| /// <summary> | |
| /// JobError (EventId: 0xb02e/45102). | |
| /// </summary> | |
| [] | |
| public void JobError(int jobId, Guid workflowId, string errorDescription) | |
| { | |
| WriteEvent(M3PJobErrorEvent, jobId, workflowId, errorDescription); | |
| } | |
| /// <summary> | |
| /// JobRemoved (EventId: 0xb033/45107). | |
| /// </summary> | |
| [] | |
| public void JobRemoved(Guid parentJobId, Guid childJobId, Guid workflowId) | |
| { | |
| WriteEvent(M3PJobRemovedEvent, parentJobId, childJobId, workflowId); | |
| } | |
| /// <summary> | |
| /// JobRemoveError (EventId: 0xb034/45108). | |
| /// </summary> | |
| [] | |
| public void JobRemoveError(Guid parentJobId, Guid childJobId, Guid workflowId, string error) | |
| { | |
| WriteEvent(M3PJobRemoveErrorEvent, parentJobId, childJobId, workflowId, error); | |
| } | |
| /// <summary> | |
| /// JobStateChanged (EventId: 0xb02d/45101). | |
| /// </summary> | |
| [] | |
| public void JobStateChanged(int jobId, Guid workflowId, string newState, string oldState) | |
| { | |
| WriteEvent(M3PJobStateChangedEvent, jobId, workflowId, newState, oldState); | |
| } | |
| /// <summary> | |
| /// LoadingWorkflowForExecution (EventId: 0xb035/45109). | |
| /// </summary> | |
| [] | |
| public void LoadingWorkflowForExecution(Guid workflowId) | |
| { | |
| WriteEvent(M3PLoadingWorkflowForExecutionEvent, workflowId); | |
| } | |
| /// <summary> | |
| /// OutOfProcessRunspaceStarted (EventId: 0xb046/45126). | |
| /// </summary> | |
| [] | |
| public void OutOfProcessRunspaceStarted(string command) | |
| { | |
| WriteEvent(M3POutOfProcessRunspaceStartedEvent, command); | |
| } | |
| /// <summary> | |
| /// ParameterSplattingWasPerformed (EventId: 0xb047/45127). | |
| /// </summary> | |
| [] | |
| [] | |
| public void ParameterSplattingWasPerformed(string parameters, string computers) | |
| { | |
| WriteEvent(M3PParameterSplattingWasPerformedEvent, parameters, computers); | |
| } | |
| /// <summary> | |
| /// ParentJobCreated (EventId: 0xb031/45105). | |
| /// </summary> | |
| [] | |
| public void ParentJobCreated(Guid jobId) | |
| { | |
| WriteEvent(M3PParentJobCreatedEvent, jobId); | |
| } | |
| /// <summary> | |
| /// PersistenceStoreMaxSizeReached (EventId: 0xb516/46358). | |
| /// </summary> | |
| [] | |
| public void PersistenceStoreMaxSizeReached() | |
| { | |
| WriteEvent(M3PPersistenceStoreMaxSizeReachedEvent); | |
| } | |
| /// <summary> | |
| /// PersistingWorkflow (EventId: 0xb03d/45117). | |
| /// </summary> | |
| [] | |
| public void PersistingWorkflow(Guid workflowId, string persistPath) | |
| { | |
| WriteEvent(M3PPersistingWorkflowEvent, workflowId, persistPath); | |
| } | |
| /// <summary> | |
| /// ProxyJobRemoteJobAssociation (EventId: 0xb50b/46347). | |
| /// </summary> | |
| [] | |
| public void ProxyJobRemoteJobAssociation(Guid proxyJobInstanceId, Guid containerParentJobInstanceId) | |
| { | |
| WriteEvent(M3PProxyJobRemoteJobAssociationEvent, proxyJobInstanceId, containerParentJobInstanceId); | |
| } | |
| /// <summary> | |
| /// RemoveJobStarted (EventId: 0xb02c/45100). | |
| /// </summary> | |
| [] | |
| public void RemoveJobStarted(Guid jobId) | |
| { | |
| WriteEvent(M3PRemoveJobStartedEvent, jobId); | |
| } | |
| /// <summary> | |
| /// RunspaceAvailabilityChanged (EventId: 0xb022/45090). | |
| /// </summary> | |
| [] | |
| public void RunspaceAvailabilityChanged(string runspaceId, string availability) | |
| { | |
| WriteEvent(M3PRunspaceAvailabilityChangedEvent, runspaceId, availability); | |
| } | |
| /// <summary> | |
| /// RunspaceStateChanged (EventId: 0xb023/45091). | |
| /// </summary> | |
| [] | |
| public void RunspaceStateChanged(string runspaceId, string newState, string oldState) | |
| { | |
| WriteEvent(M3PRunspaceStateChangedEvent, runspaceId, newState, oldState); | |
| } | |
| /// <summary> | |
| /// TrackingGuidContainerParentJobCorrelation (EventId: 0xb505/46341). | |
| /// </summary> | |
| [] | |
| public void TrackingGuidContainerParentJobCorrelation(Guid trackingId, Guid containerParentJobInstanceId) | |
| { | |
| WriteEvent(M3PTrackingGuidContainerParentJobCorrelationEvent, trackingId, containerParentJobInstanceId); | |
| } | |
| /// <summary> | |
| /// UnloadingWorkflow (EventId: 0xb039/45113). | |
| /// </summary> | |
| [] | |
| public void UnloadingWorkflow(Guid workflowId) | |
| { | |
| WriteEvent(M3PUnloadingWorkflowEvent, workflowId); | |
| } | |
| /// <summary> | |
| /// WorkflowActivityExecutionFailed (EventId: 0xb021/45089). | |
| /// </summary> | |
| [] | |
| public void WorkflowActivityExecutionFailed(Guid workflowId, string activityName, string failureDescription) | |
| { | |
| WriteEvent(M3PWorkflowActivityExecutionFailedEvent, workflowId, activityName, failureDescription); | |
| } | |
| /// <summary> | |
| /// WorkflowActivityValidated (EventId: 0xb01f/45087). | |
| /// </summary> | |
| [] | |
| public void WorkflowActivityValidated(Guid workflowId, string activityDisplayName, string activityType) | |
| { | |
| WriteEvent(M3PWorkflowActivityValidatedEvent, workflowId, activityDisplayName, activityType); | |
| } | |
| /// <summary> | |
| /// WorkflowActivityValidationFailed (EventId: 0xb020/45088). | |
| /// </summary> | |
| [] | |
| public void WorkflowActivityValidationFailed(Guid workflowId, string activityDisplayName, string activityType) | |
| { | |
| WriteEvent(M3PWorkflowActivityValidationFailedEvent, workflowId, activityDisplayName, activityType); | |
| } | |
| /// <summary> | |
| /// WorkflowCleanupPerformed (EventId: 0xb028/45096). | |
| /// </summary> | |
| [] | |
| public void WorkflowCleanupPerformed(Guid workflowId) | |
| { | |
| WriteEvent(M3PWorkflowCleanupPerformedEvent, workflowId); | |
| } | |
| /// <summary> | |
| /// WorkflowDeletedFromDisk (EventId: 0xb02a/45098). | |
| /// </summary> | |
| [] | |
| public void WorkflowDeletedFromDisk(Guid workflowId, string path) | |
| { | |
| WriteEvent(M3PWorkflowDeletedFromDiskEvent, workflowId, path); | |
| } | |
| /// <summary> | |
| /// WorkflowEngineStarted (EventId: 0xb048/45128). | |
| /// </summary> | |
| [] | |
| public void WorkflowEngineStarted(string endpointName) | |
| { | |
| WriteEvent(M3PWorkflowEngineStartedEvent, endpointName); | |
| } | |
| /// <summary> | |
| /// WorkflowExecutionAborted (EventId: 0xb027/45095). | |
| /// </summary> | |
| [] | |
| public void WorkflowExecutionAborted(Guid workflowId) | |
| { | |
| WriteEvent(M3PWorkflowExecutionAbortedEvent, workflowId); | |
| } | |
| /// <summary> | |
| /// WorkflowExecutionCancelled (EventId: 0xb026/45094). | |
| /// </summary> | |
| [] | |
| public void WorkflowExecutionCancelled(Guid workflowId) | |
| { | |
| WriteEvent(M3PWorkflowExecutionCancelledEvent, workflowId); | |
| } | |
| /// <summary> | |
| /// WorkflowExecutionError (EventId: 0xb040/45120). | |
| /// </summary> | |
| [] | |
| public void WorkflowExecutionError(Guid workflowId, string errorDescription) | |
| { | |
| WriteEvent(M3PWorkflowExecutionErrorEvent, workflowId, errorDescription); | |
| } | |
| /// <summary> | |
| /// WorkflowExecutionFinished (EventId: 0xb036/45110). | |
| /// </summary> | |
| [] | |
| public void WorkflowExecutionFinished(Guid workflowId) | |
| { | |
| WriteEvent(M3PWorkflowExecutionFinishedEvent, workflowId); | |
| } | |
| /// <summary> | |
| /// WorkflowExecutionStarted (EventId: 0xb008/45064). | |
| /// </summary> | |
| [] | |
| public void WorkflowExecutionStarted(Guid workflowId, string managedNodes) | |
| { | |
| WriteEvent(M3PWorkflowExecutionStartedEvent, workflowId, managedNodes); | |
| } | |
| /// <summary> | |
| /// WorkflowJobCreated (EventId: 0xb030/45104). | |
| /// </summary> | |
| [] | |
| public void WorkflowJobCreated(Guid parentJobId, Guid childJobId, Guid childWorkflowId) | |
| { | |
| WriteEvent(M3PWorkflowJobCreatedEvent, parentJobId, childJobId, childWorkflowId); | |
| } | |
| /// <summary> | |
| /// WorkflowLoadedForExecution (EventId: 0xb024/45092). | |
| /// </summary> | |
| [] | |
| public void WorkflowLoadedForExecution(Guid workflowId) | |
| { | |
| WriteEvent(M3PWorkflowLoadedForExecutionEvent, workflowId); | |
| } | |
| /// <summary> | |
| /// WorkflowLoadedFromDisk (EventId: 0xb029/45097). | |
| /// </summary> | |
| [] | |
| public void WorkflowLoadedFromDisk(Guid workflowId, string path) | |
| { | |
| WriteEvent(M3PWorkflowLoadedFromDiskEvent, workflowId, path); | |
| } | |
| /// <summary> | |
| /// WorkflowManagerCheckpoint (EventId: 0xb049/45129). | |
| /// </summary> | |
| [] | |
| public void WorkflowManagerCheckpoint(string checkpointPath, string configProviderId, string userName, string path) | |
| { | |
| WriteEvent(M3PWorkflowManagerCheckpointEvent, checkpointPath, configProviderId, userName, path); | |
| } | |
| /// <summary> | |
| /// WorkflowPersisted (EventId: 0xb03e/45118). | |
| /// </summary> | |
| [] | |
| public void WorkflowPersisted(Guid workflowId) | |
| { | |
| WriteEvent(M3PWorkflowPersistedEvent, workflowId); | |
| } | |
| /// <summary> | |
| /// WorkflowPluginRequestedToShutdown (EventId: 0xb010/45072). | |
| /// </summary> | |
| [] | |
| [] | |
| public void WorkflowPluginRequestedToShutdown(string endpointName) | |
| { | |
| WriteEvent(M3PWorkflowPluginRequestedToShutdownEvent, endpointName); | |
| } | |
| /// <summary> | |
| /// WorkflowPluginRestarted (EventId: 0xb011/45073). | |
| /// </summary> | |
| [] | |
| [] | |
| public void WorkflowPluginRestarted(string endpointName) | |
| { | |
| WriteEvent(M3PWorkflowPluginRestartedEvent, endpointName); | |
| } | |
| /// <summary> | |
| /// WorkflowPluginStarted (EventId: 0xb007/45063). | |
| /// </summary> | |
| [] | |
| [] | |
| public void WorkflowPluginStarted(string endpointName, string user, string hostingMode, string protocol, string configuration) | |
| { | |
| WriteEvent(M3PWorkflowPluginStartedEvent, endpointName, user, hostingMode, protocol, configuration); | |
| } | |
| /// <summary> | |
| /// WorkflowQuotaViolated (EventId: 0xb013/45075). | |
| /// </summary> | |
| [] | |
| public void WorkflowQuotaViolated(string endpointName, string configName, string allowedValue, string valueInQuestion) | |
| { | |
| WriteEvent(M3PWorkflowQuotaViolatedEvent, endpointName, configName, allowedValue, valueInQuestion); | |
| } | |
| /// <summary> | |
| /// WorkflowResumed (EventId: 0xb014/45076). | |
| /// </summary> | |
| [] | |
| public void WorkflowResumed(Guid workflowId) | |
| { | |
| WriteEvent(M3PWorkflowResumedEvent, workflowId); | |
| } | |
| /// <summary> | |
| /// WorkflowResuming (EventId: 0xb012/45074). | |
| /// </summary> | |
| [] | |
| public void WorkflowResuming(Guid workflowId) | |
| { | |
| WriteEvent(M3PWorkflowResumingEvent, workflowId); | |
| } | |
| /// <summary> | |
| /// WorkflowRunspacePoolCreated (EventId: 0xb016/45078). | |
| /// </summary> | |
| [] | |
| public void WorkflowRunspacePoolCreated(Guid workflowId, string managedNode) | |
| { | |
| WriteEvent(M3PWorkflowRunspacePoolCreatedEvent, workflowId, managedNode); | |
| } | |
| /// <summary> | |
| /// WorkflowStateChanged (EventId: 0xb009/45065). | |
| /// </summary> | |
| [] | |
| public void WorkflowStateChanged(Guid workflowId, string newState, string oldState) | |
| { | |
| WriteEvent(M3PWorkflowStateChangedEvent, workflowId, newState, oldState); | |
| } | |
| /// <summary> | |
| /// WorkflowUnloaded (EventId: 0xb025/45093). | |
| /// </summary> | |
| [] | |
| public void WorkflowUnloaded(Guid workflowId) | |
| { | |
| WriteEvent(M3PWorkflowUnloadedEvent, workflowId); | |
| } | |
| /// <summary> | |
| /// WorkflowValidationError (EventId: 0xb01e/45086). | |
| /// </summary> | |
| [] | |
| public void WorkflowValidationError(Guid workflowId) | |
| { | |
| WriteEvent(M3PWorkflowValidationErrorEvent, workflowId); | |
| } | |
| /// <summary> | |
| /// WorkflowValidationFinished (EventId: 0xb01d/45085). | |
| /// </summary> | |
| [] | |
| public void WorkflowValidationFinished(Guid workflowId) | |
| { | |
| WriteEvent(M3PWorkflowValidationFinishedEvent, workflowId); | |
| } | |
| /// <summary> | |
| /// WorkflowValidationStarted (EventId: 0xb01c/45084). | |
| /// </summary> | |
| [] | |
| public void WorkflowValidationStarted(Guid workflowId) | |
| { | |
| WriteEvent(M3PWorkflowValidationStartedEvent, workflowId); | |
| } | |
| } | |
| } | |
| // This code was generated on 02/01/2012 19:52:32 | |