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.
Inheritance Hierarchy
System.Object
System.Workflow.Runtime.Hosting.WorkflowRuntimeService
Microsoft.Rtc.Workflow.Activities.CommunicationsWorkflowRuntimeService
Namespace: Microsoft.Rtc.Workflow.Activities
Assembly: Microsoft.Rtc.Workflow (in Microsoft.Rtc.Workflow.dll)
Syntax
'Declaration
Public NotInheritable Class CommunicationsWorkflowRuntimeService _
Inherits WorkflowRuntimeService
'Usage
Dim instance As CommunicationsWorkflowRuntimeService
public sealed class CommunicationsWorkflowRuntimeService : WorkflowRuntimeService
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.