CommunicationsWorkflowRuntimeService.GetEndpoint Method
Gets the Endpoint for a call identified by a workflow instance ID.
Namespace: Microsoft.Rtc.Workflow.Activities
Assembly: Microsoft.Rtc.Workflow (in Microsoft.Rtc.Workflow.dll)
Syntax
'Declaration
Public Function GetEndpoint ( _
workflowId As Guid _
) As LocalEndpoint
'Usage
Dim instance As CommunicationsWorkflowRuntimeService
Dim workflowId As Guid
Dim returnValue As LocalEndpoint
returnValue = instance.GetEndpoint(workflowId)
public LocalEndpoint GetEndpoint(
Guid workflowId
)
Parameters
- workflowId
Type: System.Guid
Workflow instance ID.
Return Value
Type: Microsoft.Rtc.Collaboration.LocalEndpoint
Endpoint.
Exceptions
Exception | Condition |
---|---|
InvalidOperationException | Thrown if the workflow instance ID is Guid.Empty. |
See Also
Reference
CommunicationsWorkflowRuntimeService Class