Class NCacheDependencyInjectionExtensions
This class acts as the registration point for the clients against the ASP.NET Core SignalR implementation.
Inheritance
System.Object
NCacheDependencyInjectionExtensions
Assembly: Alachisoft.NCache.AspNetCore.SignalR.dll
Syntax
public static class NCacheDependencyInjectionExtensions : object
Methods
| Name | Description |
|---|---|
| AddNCache(ISignalRServerBuilder, Action<NCacheConfiguration>) | Adds scale-out to a ISignalRServerBuilder with NCache options provided through NCacheConfiguration. |
| AddNCache(ISignalRServerBuilder, String, String) | Adds scale-out to a ISignalRServerBuilder, using NCache server. |
| AddNCache(ISignalRServerBuilder, String, String, String, String) | Adds scale-out to a ISignalRServerBuilder with credentials used when NCache security is enabled. |