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
public LocalEndpoint GetEndpoint(
    Guid workflowId
)
public:
LocalEndpoint^ GetEndpoint(
    Guid workflowId
)
function getEndpoint(workflowId);

Parameters

  • workflowId
    Type: Guid
    Workflow instance ID.

Return Value

Endpoint.

Exceptions

Exception Condition
InvalidOperationException Thrown if the workflow instance ID is Guid.Empty.

See Also

CommunicationsWorkflowRuntimeService Class

Microsoft.Rtc.Workflow.Activities Namespace