Compartir a través de


BotFrameworkAuthentication.GenerateCallerIdAsync Método

Definición

Genera el identificador de llamada adecuado para escribir en la actividad, lo que podría ser null.

protected internal System.Threading.Tasks.Task<string> GenerateCallerIdAsync (Microsoft.Bot.Connector.Authentication.ServiceClientCredentialsFactory credentialFactory, System.Security.Claims.ClaimsIdentity claimsIdentity, string callerId, System.Threading.CancellationToken cancellationToken);
member this.GenerateCallerIdAsync : Microsoft.Bot.Connector.Authentication.ServiceClientCredentialsFactory * System.Security.Claims.ClaimsIdentity * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<string>
Protected Friend Function GenerateCallerIdAsync (credentialFactory As ServiceClientCredentialsFactory, claimsIdentity As ClaimsIdentity, callerId As String, cancellationToken As CancellationToken) As Task(Of String)

Parámetros

claimsIdentity
ClaimsIdentity

Las notificaciones entrantes.

callerId
String

El identificador de llamada predeterminado que se va a usar si no es una aptitud.

cancellationToken
CancellationToken

Token de cancelación.

Devoluciones

El identificador de llamada, podría ser null.

Se aplica a