WorkflowMessagingService class

Base class for the SharePoint workflow messaging functionality.

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.WorkflowServices.SolutionProvider
    Microsoft.SharePoint.WorkflowServices.WorkflowMessagingService

Namespace:  Microsoft.SharePoint.WorkflowServices
Assembly:  Microsoft.SharePoint.WorkflowServicesBase (in Microsoft.SharePoint.WorkflowServicesBase.dll)

Syntax

'Declaration
Public MustInherit Class WorkflowMessagingService _
    Inherits SolutionProvider
'Usage
Dim instance As WorkflowMessagingService
public abstract class WorkflowMessagingService : SolutionProvider

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

WorkflowMessagingService members

Microsoft.SharePoint.WorkflowServices namespace