DefaultDependencyResolver Class
.NET Framework 4.5
Namespace:
Microsoft.AspNet.SignalR
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
Top
Top
Top
Represents a dependency resolver with default behavior.
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
The DefaultDependencyResolver type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | DefaultDependencyResolver | Initializes a new instance of the DefaultDependencyResolver class. |
| Name | Description | |
|---|---|---|
![]() | Dispose() | Releases the resources used by the current instance of the DefaultDependencyResolver class. |
![]() | Dispose(Boolean) | Releases the unmanaged resources used by the current instance of the DefaultDependencyResolver class and optionally releases the managed resources. |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetService | Resolves singly registered services that support arbitrary object creation. |
![]() | GetServices | Resolves multiply registered services. |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | Register(Type, IEnumerable<Func<Object>>) | Registers the specified services to the dependency resolver. |
![]() | Register(Type, Func<Object>) | Registers the specified service to the dependency resolver. |
![]() | ToString | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() | InitializeHost | Initialize the host for the dependency resolver extensions. (Defined by HostDependencyResolverExtensions.) |
![]() | Resolve(Type) | Overloaded. Resolves the type of extensions. (Defined by DependencyResolverExtensions.) |
![]() | Resolve<T>() | Overloaded. Resolves the type of extensions. (Defined by DependencyResolverExtensions.) |
![]() | ResolveAll(Type) | Overloaded. Resolves all the types of extensions. (Defined by DependencyResolverExtensions.) |
![]() | ResolveAll<T>() | Overloaded. Resolves all the types of extensions. (Defined by DependencyResolverExtensions.) |
![]() | UseRedis(RedisScaleoutConfiguration) | Overloaded. Use Redis as the messaging backplane for scaling out of ASP.NET SignalR applications in a web farm. (Defined by DependencyResolverExtensions.) |
![]() | UseRedis(String, Int32, String, String) | Overloaded. Use Redis as the messaging backplane for scaling out of ASP.NET SignalR applications in a web farm. (Defined by DependencyResolverExtensions.) |
![]() | UseServiceBus(ServiceBusScaleoutConfiguration) | Overloaded. Use service bus as a messaging backplane to scale-out message bus implementation. (Defined by DependencyResolverExtensions.) |
![]() | UseServiceBus(String, String) | Overloaded. Use service bus as a messaging backplane to scale-out message bus implementation. (Defined by DependencyResolverExtensions.) |
![]() | UseSqlServer(String) | Overloaded. Use SQL server as a messaging backplane to scale-out message bus implementation. (Defined by DependencyResolverExtensions.) |
![]() | UseSqlServer(SqlScaleoutConfiguration) | Overloaded. Use SQL server as a messaging backplane to scale-out message bus implementation. (Defined by DependencyResolverExtensions.) |
Show:
