Updating Autofac to the latest versions.

--HG--
branch : 1.x
This commit is contained in:
Nicholas Mayne
2013-06-06 11:24:10 +01:00
parent adaa356e39
commit f5444cce39
11 changed files with 0 additions and 14 deletions

View File

@@ -32,14 +32,6 @@
<param name="serviceType">Type of the service.</param>
<returns>The list of instances if any were resolved; otherwise, an empty list.</returns>
</member>
<member name="M:Autofac.Integration.SignalR.AutofacDependencyResolver.RegistrationsFor(Autofac.Core.Service,System.Func{Autofac.Core.Service,System.Collections.Generic.IEnumerable{Autofac.Core.IComponentRegistration}})">
<summary>
Retrieve registrations for an unregistered service, to be used by the container.
</summary>
<param name="service">The service that was requested.</param>
<param name="registrationAccessor">A function that will return existing registrations for a service.</param>
<returns>Registrations providing the service.</returns>
</member>
<member name="P:Autofac.Integration.SignalR.AutofacDependencyResolver.Current">
<summary>
Gets the Autofac implementation of the dependency resolver.
@@ -50,12 +42,6 @@
Gets the <see cref="T:Autofac.ILifetimeScope"/> that was provided to the constructor.
</summary>
</member>
<member name="P:Autofac.Integration.SignalR.AutofacDependencyResolver.IsAdapterForIndividualComponents">
<summary>
Gets whether the registrations provided by this source are 1:1 adapters on top
of other components (I.e. like Meta, Func or Owned.)
</summary>
</member>
<member name="T:Autofac.Integration.SignalR.RegistrationExtensions">
<summary>
Extends <see cref="T:Autofac.ContainerBuilder"/> with methods to support ASP.NET SignalR.

Binary file not shown.

Binary file not shown.