Calling all developers! We invite you to provide your input on Feature Experimentation by completing this brief survey.

 

Class TaskDeleted

Activity that listens for TaskDeleted from EPiServer. Should not be used directly, use OnTaskDeleted instead.

Inheritance
System.Object
TaskDeleted
Namespace: EPiServer.WorkflowFoundation.Activities
Assembly: EPiServer.WorkflowFoundation.dll
Version: 7.19.2
Syntax
public class TaskDeleted : TaskEventBase<TaskDeleted>
Remarks

When overriding OnInvoke the argument can be casted to WorkflowTaskEventArgs CacheKey is not set since task is deleted

Constructors

TaskDeleted()

Initializes a new instance of the TaskDeleted activity.

Declaration
public TaskDeleted()

Extension Methods