Class NCacheDependencyInjectionExtensions
This class acts as the registration point for the clients against the ASP.NET Core SignalR implementation.
Inheritance
System.Object
NCacheDependencyInjectionExtensions
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Assembly: Alachisoft.NCache.AspNetCore.SignalR.dll
Syntax
public static class NCacheDependencyInjectionExtensions
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. |