ChannelServiceController.GetConversationMemberAsync(String, String) Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
GetConversationMember.
[Microsoft.AspNetCore.Mvc.HttpGet("v3/conversations/{conversationId}/members/{userId}")]
public virtual System.Threading.Tasks.Task<Microsoft.AspNetCore.Mvc.IActionResult> GetConversationMemberAsync(string userId, string conversationId);
[<Microsoft.AspNetCore.Mvc.HttpGet("v3/conversations/{conversationId}/members/{userId}")>]
abstract member GetConversationMemberAsync : string * string -> System.Threading.Tasks.Task<Microsoft.AspNetCore.Mvc.IActionResult>
override this.GetConversationMemberAsync : string * string -> System.Threading.Tasks.Task<Microsoft.AspNetCore.Mvc.IActionResult>
Public Overridable Function GetConversationMemberAsync (userId As String, conversationId As String) As Task(Of IActionResult)
Parametry
- userId
- String
Identyfikator użytkownika.
- conversationId
- String
Identyfikator konwersacji.
Zwraca
ChannelAccount członka konwersacji.
- Atrybuty