你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
AddParticipantEventResult 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
AddParticipantEventResult 从 的 AddParticipantResultWaitForEvent 返回。
public class AddParticipantEventResult
type AddParticipantEventResult = class
Public Class AddParticipantEventResult
- 继承
-
AddParticipantEventResult
属性
FailureResult |
AddParticipantFailed 当参与者未加入呼叫时,将返回 event。 |
IsSuccess |
指示返回的事件是否被视为成功。 |
Participant |
CommunicationIdentifier 在呼叫中添加或删除的参与者。 |
SuccessResult |
AddParticipantSucceeded 当参与者成功加入呼叫时,将返回 event。 |