Compartilhar via


ServerlessHub(IServiceHubContext, IServiceManager) Construtor

Definição

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