ServerlessHub.NegotiateAsync(NegotiationOptions) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient l’objet d’informations d’accès au point de terminaison client pour les connexions au hub SignalR pour se connecter à Azure SignalR Service
protected System.Threading.Tasks.Task<Microsoft.Azure.WebJobs.Extensions.SignalRService.SignalRConnectionInfo> NegotiateAsync (Microsoft.Azure.SignalR.Management.NegotiationOptions options);
member this.NegotiateAsync : Microsoft.Azure.SignalR.Management.NegotiationOptions -> System.Threading.Tasks.Task<Microsoft.Azure.WebJobs.Extensions.SignalRService.SignalRConnectionInfo>
Protected Function NegotiateAsync (options As NegotiationOptions) As Task(Of SignalRConnectionInfo)
Paramètres
- options
- Microsoft.Azure.SignalR.Management.NegotiationOptions
Retours
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for .NET