Listens to events from EPiServer and send events to listening workflow instances. It also captuers events from workflow instances and Broadcast them

Namespace:  EPiServer.WorkflowFoundation.Services
Assembly:  EPiServer.WorkflowFoundation (in EPiServer.WorkflowFoundation.dll) Version: 6.1.379.0

Syntax

C#
public class CommunicationService : IWorkflowCommunication

Remarks

This class should intended to be programmed directly against. It is used to handle communication between workflow host and workflow instances

Inheritance Hierarchy

System..::.Object
  EPiServer.WorkflowFoundation.Services..::.CommunicationService

See Also