Freigeben über


CallConnection.TransferCallToParticipantAsync Methode

Definition

Überlädt

TransferCallToParticipantAsync(TransferToParticipantOptions, CancellationToken)

Übertragen Sie diesen Aufruf an einen Teilnehmer.

TransferCallToParticipantAsync(CommunicationIdentifier, CancellationToken)

Übertragen Sie diesen Aufruf an einen Teilnehmer.

TransferCallToParticipantAsync(TransferToParticipantOptions, CancellationToken)

Quelle:
CallConnection.cs
Quelle:
CallConnection.cs

Übertragen Sie diesen Aufruf an einen Teilnehmer.

public virtual System.Threading.Tasks.Task<Azure.Response<Azure.Communication.CallAutomation.TransferCallToParticipantResult>> TransferCallToParticipantAsync (Azure.Communication.CallAutomation.TransferToParticipantOptions options, System.Threading.CancellationToken cancellationToken = default);
abstract member TransferCallToParticipantAsync : Azure.Communication.CallAutomation.TransferToParticipantOptions * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.Communication.CallAutomation.TransferCallToParticipantResult>>
override this.TransferCallToParticipantAsync : Azure.Communication.CallAutomation.TransferToParticipantOptions * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.Communication.CallAutomation.TransferCallToParticipantResult>>
Public Overridable Function TransferCallToParticipantAsync (options As TransferToParticipantOptions, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of TransferCallToParticipantResult))

Parameter

options
TransferToParticipantOptions

Optionen für den Vorgang Anruf an Teilnehmer übertragen.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Ausnahmen

options Wiederholbarkeitsheader werden falsch festgelegt.

Der Server hat einen Fehler zurückgegeben. Details, die vom Server zurückgegeben werden, finden Sie Message unter.

SourceCallerId ist NULL in options , wenn der Aufruf an ein PSTN-Ziel übertragen wird.

Gilt für:

TransferCallToParticipantAsync(CommunicationIdentifier, CancellationToken)

Quelle:
CallConnection.cs
Quelle:
CallConnection.cs

Übertragen Sie diesen Aufruf an einen Teilnehmer.

public virtual System.Threading.Tasks.Task<Azure.Response<Azure.Communication.CallAutomation.TransferCallToParticipantResult>> TransferCallToParticipantAsync (Azure.Communication.CommunicationIdentifier targetParticipant, System.Threading.CancellationToken cancellationToken = default);
abstract member TransferCallToParticipantAsync : Azure.Communication.CommunicationIdentifier * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.Communication.CallAutomation.TransferCallToParticipantResult>>
override this.TransferCallToParticipantAsync : Azure.Communication.CommunicationIdentifier * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.Communication.CallAutomation.TransferCallToParticipantResult>>
Public Overridable Function TransferCallToParticipantAsync (targetParticipant As CommunicationIdentifier, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of TransferCallToParticipantResult))

Parameter

targetParticipant
CommunicationIdentifier

Das Ziel, an das der Aufruf übertragen werden soll.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Ausnahmen

Der Server hat einen Fehler zurückgegeben. Details, die vom Server zurückgegeben werden, finden Sie Message unter.

targetParticipant ist NULL.

Gilt für: