CommunicationsWorkflowRuntimeService Class

Stores references to Microsoft Unified Communications Managed API objects for workflow instances. Use CommunicationsWorkflowRuntimeService to connect to other services in a communications workflow application. CommunicationsWorkflowRuntimeService also contains the implementation of the InstanceDependencyProperty object.

Namespace:  Microsoft.Rtc.Workflow.Activities
Assembly:  Microsoft.Rtc.Workflow (in Microsoft.Rtc.Workflow.dll)

Syntax

'Declaration
Public NotInheritable Class CommunicationsWorkflowRuntimeService _
    Inherits WorkflowRuntimeService
public sealed class CommunicationsWorkflowRuntimeService : WorkflowRuntimeService
public ref class CommunicationsWorkflowRuntimeService sealed : public WorkflowRuntimeService
Microsoft.Rtc.Workflow.Activities.CommunicationsWorkflowRuntimeService = function();

Type.createClass(
    'Microsoft.Rtc.Workflow.Activities.CommunicationsWorkflowRuntimeService',
    WorkflowRuntimeService);

Inheritance Hierarchy

Object
  WorkflowRuntimeService
    Microsoft.Rtc.Workflow.Activities..::.CommunicationsWorkflowRuntimeService

See Also

CommunicationsWorkflowRuntimeService Members

Microsoft.Rtc.Workflow.Activities Namespace