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

CallConnectionState 结构

定义

呼叫连接的状态。

public readonly struct CallConnectionState : IEquatable<Azure.Communication.CallAutomation.CallConnectionState>
type CallConnectionState = struct
Public Structure CallConnectionState
Implements IEquatable(Of CallConnectionState)
继承
CallConnectionState
实现

构造函数

CallConnectionState(String)

初始化 CallConnectionState 的新实例。

属性

Connected

连接。

Connecting

连接。

Disconnected

断开。

Disconnecting

断开。

TransferAccepted

transferAccepted。

Transferring

转移。

Unknown

未知。

方法

Equals(CallConnectionState)

指示当前对象是否等于同一类型的另一个对象。

ToString()

返回此实例的完全限定类型名称。

运算符

Equality(CallConnectionState, CallConnectionState)

确定两个 CallConnectionState 值是否相同。

Implicit(String to CallConnectionState)

将字符串转换为 CallConnectionState

Inequality(CallConnectionState, CallConnectionState)

确定两个 CallConnectionState 值是否不同。

适用于