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

RoomsClient.GetRoomAsync(String, CancellationToken) 方法

定义

按 ID 异步获取房间。

public virtual System.Threading.Tasks.Task<Azure.Response<Azure.Communication.Rooms.CommunicationRoom>> GetRoomAsync (string roomId, System.Threading.CancellationToken cancellationToken = default);
abstract member GetRoomAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.Communication.Rooms.CommunicationRoom>>
override this.GetRoomAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.Communication.Rooms.CommunicationRoom>>
Public Overridable Function GetRoomAsync (roomId As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of CommunicationRoom))

参数

roomId
String
cancellationToken
CancellationToken

返回

一个 Task<TResult> ,表示异步操作的结果。

适用于