CommunicationsWorkflowRuntimeService Members
Include Protected Members
Include Inherited Members
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.
The CommunicationsWorkflowRuntimeService type exposes the following members.
Constructors
Name | Description | |
---|---|---|
CommunicationsWorkflowRuntimeService | Default Constructor |
Top
Properties
Name | Description | |
---|---|---|
Runtime | (inherited from WorkflowRuntimeService) | |
State | (inherited from WorkflowRuntimeService) |
Top
Methods
Name | Description | |
---|---|---|
DequeueCall | Dequeue a Call object identified by a workflow instance ID. | |
EnqueueCall | Enqueue a Call object for a workflow instance identified by a workflow instance ID. | |
Equals | (inherited from Object) | |
Finalize | (inherited from Object) | |
GetEndpoint | Gets the Endpoint for a call identified by a workflow instance ID. | |
GetHashCode | (inherited from Object) | |
GetType | (inherited from Object) | |
GetWorkflowCalls | Returns an array of calls for a particular workflow ID. | |
GetWorkflowCulture | Gets the Culture for a workflow identified by a workflow instance ID. | |
MemberwiseClone | (inherited from Object) | |
OnStarted | (inherited from WorkflowRuntimeService) | |
OnStopped | (inherited from WorkflowRuntimeService) | |
RaiseServicesExceptionNotHandledEvent | (inherited from WorkflowRuntimeService) | |
SetEndpoint | Sets the Endpoint for a call identified by a workflow instance ID. | |
SetWorkflowCulture | Sets the Culture for the workflow identified by a workflow instance ID. | |
Start | (inherited from WorkflowRuntimeService) | |
Stop | (inherited from WorkflowRuntimeService) | |
ToString | (inherited from Object) |
Top