SaaS CMS has officially launched! Learn more now.

Class EventTrackingService

Tracking service that tracks when workflowinstances enters/leaves an activity that is an EPiServer related event. Used to keep track on which instances that waits for which event.

Inheritance
System.Object
EventTrackingService
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.WorkflowFoundation.Services
Assembly: EPiServer.WorkflowFoundation.dll
Version: 7.19.2
Syntax
public class EventTrackingService

Constructors

EventTrackingService()

Declaration
public EventTrackingService()

Methods

GetInstancesForEvent(String)

Returns all instance that waits for a specific event

Declaration
public static IList<Guid> GetInstancesForEvent(string eventName)
Parameters
Type Name Description
System.String eventName

Name of event

Returns
Type Description
System.Collections.Generic.IList<System.Guid>

List of all instances that has registered for event

Extension Methods