你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

CallAutomationModelFactory.TransferCallToParticipantResult(String) Method

Definition

Initializes a new instance of TransferCallToParticipantResult.

public static Azure.Communication.CallAutomation.TransferCallToParticipantResult TransferCallToParticipantResult (string operationContext = default);
static member TransferCallToParticipantResult : string -> Azure.Communication.CallAutomation.TransferCallToParticipantResult
Public Shared Function TransferCallToParticipantResult (Optional operationContext As String = Nothing) As TransferCallToParticipantResult

Parameters

operationContext
String

The operation context provided by client.

Returns

A new TransferCallToParticipantResult instance for mocking.

Applies to