Share via


ServerCallLocator(String) Constructor

Definition

Initializes a new instance of ServerCallLocator.

public ServerCallLocator (string id);
new Azure.Communication.CallAutomation.ServerCallLocator : string -> Azure.Communication.CallAutomation.ServerCallLocator
Public Sub New (id As String)

Parameters

id
String

The server call id.

Exceptions

Thrown when the id is null.

Thrown when the id is empty.

Applies to