SignalRWebJobsBuilderExtensions.AddSignalR(IWebJobsBuilder) Method
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.
Adds the SignalR extension to the provided Microsoft.Azure.WebJobs.IWebJobsBuilder.
public static Microsoft.Azure.WebJobs.IWebJobsBuilder AddSignalR(this Microsoft.Azure.WebJobs.IWebJobsBuilder builder);
static member AddSignalR : Microsoft.Azure.WebJobs.IWebJobsBuilder -> Microsoft.Azure.WebJobs.IWebJobsBuilder
<Extension()>
Public Function AddSignalR (builder As IWebJobsBuilder) As IWebJobsBuilder
Parameters
- builder
- Microsoft.Azure.WebJobs.IWebJobsBuilder
The Microsoft.Azure.WebJobs.IWebJobsBuilder to configure.
Returns
Microsoft.Azure.WebJobs.IWebJobsBuilder
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