SignalRDependencyInjectionExtensions.AddSignalRCore 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 minimum essential SignalR services to the specified IServiceCollection. Additional services must be added separately using the ISignalRServerBuilder returned from this method.
public static Microsoft.AspNetCore.SignalR.ISignalRServerBuilder AddSignalRCore (this Microsoft.Extensions.DependencyInjection.IServiceCollection services);
static member AddSignalRCore : Microsoft.Extensions.DependencyInjection.IServiceCollection -> Microsoft.AspNetCore.SignalR.ISignalRServerBuilder
<Extension()>
Public Function AddSignalRCore (services As IServiceCollection) As ISignalRServerBuilder
Parameters
- services
- IServiceCollection
The IServiceCollection to add services to.
Returns
An ISignalRServerBuilder that can be used to further configure the SignalR services.