Share via


ServerlessHub(IServiceHubContext, IServiceManager) Constructor

Definition

Leave the parameters to be null when called by Azure Function infrastructure. Or you can pass in your parameters in testing.

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)

Parameters

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

Applies to