ServerlessHub(IServiceHubContext, IServiceManager) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET