DependencyResolverExtensions Class
.NET Framework 4.5
Namespace:
Microsoft.AspNet.SignalR
Assemblies: Microsoft.AspNet.SignalR.Redis (in Microsoft.AspNet.SignalR.Redis.dll)
Microsoft.AspNet.SignalR.SqlServer (in Microsoft.AspNet.SignalR.SqlServer.dll)
Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
Microsoft.AspNet.SignalR.ServiceBus (in Microsoft.AspNet.SignalR.ServiceBus.dll)
Top
No content here will be updated; please do not add material here.
Assemblies: Microsoft.AspNet.SignalR.Redis (in Microsoft.AspNet.SignalR.Redis.dll)
Microsoft.AspNet.SignalR.SqlServer (in Microsoft.AspNet.SignalR.SqlServer.dll)
Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
Microsoft.AspNet.SignalR.ServiceBus (in Microsoft.AspNet.SignalR.ServiceBus.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | Resolve(IDependencyResolver, Type) | Resolves the type of extensions. |
![]() ![]() | Resolve<T>(IDependencyResolver) | Resolves the type of extensions. |
![]() ![]() | ResolveAll(IDependencyResolver, Type) | Resolves all the types of extensions. |
![]() ![]() | ResolveAll<T>(IDependencyResolver) | Resolves all the types of extensions. |
![]() ![]() | UseRedis(IDependencyResolver, RedisScaleoutConfiguration) | Use Redis as the messaging backplane for scaling out of ASP.NET SignalR applications in a web farm. |
![]() ![]() | UseRedis(IDependencyResolver, String, Int32, String, String) | Use Redis as the messaging backplane for scaling out of ASP.NET SignalR applications in a web farm. |
![]() ![]() | UseServiceBus(IDependencyResolver, ServiceBusScaleoutConfiguration) | Use service bus as a messaging backplane to scale-out message bus implementation. |
![]() ![]() | UseServiceBus(IDependencyResolver, String, String) | Use service bus as a messaging backplane to scale-out message bus implementation. |
![]() ![]() | UseSqlServer(IDependencyResolver, SqlScaleoutConfiguration) | Use SQL server as a messaging backplane to scale-out message bus implementation. |
![]() ![]() | UseSqlServer(IDependencyResolver, String) | Use SQL server as a messaging backplane to scale-out message bus implementation. |
Show:
