Partager via


ServerlessHub(IServiceHubContext, IServiceManager) Constructeur

Définition

Laissez les paramètres null lorsqu’ils sont appelés par l’infrastructure de fonction Azure. Vous pouvez également transmettre vos paramètres lors du test.

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)

Paramètres

hubContext
Microsoft.Azure.SignalR.Management.IServiceHubContext
serviceManager
Microsoft.Azure.SignalR.Management.IServiceManager

S’applique à