ServerlessHub(IServiceHubContext, IServiceManager) Construtor
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Deixe os parâmetros nulos quando chamados pela infraestrutura do Azure Function. Ou você pode passar seus parâmetros no teste.
protected ServerlessHub (Microsoft.Azure.SignalR.Management.IServiceHubContext hubContext = default, Microsoft.Azure.SignalR.Management.IServiceManager serviceManager = default);
new Microsoft.Azure.WebJobs.Extensions.SignalRService.ServerlessHub : Microsoft.Azure.SignalR.Management.IServiceHubContext * Microsoft.Azure.SignalR.Management.IServiceManager -> Microsoft.Azure.WebJobs.Extensions.SignalRService.ServerlessHub
Protected Sub New (Optional hubContext As IServiceHubContext = Nothing, Optional serviceManager As IServiceManager = Nothing)
Parâmetros
- hubContext
- Microsoft.Azure.SignalR.Management.IServiceHubContext
- serviceManager
- Microsoft.Azure.SignalR.Management.IServiceManager
Aplica-se a
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for .NET