AutofacDependencyResolverGetServices Method |
Gets all available instances of a services.
Namespace:
Autofac.Integration.SignalR
Assembly:
Autofac.Integration.SignalR (in Autofac.Integration.SignalR.dll) Version: 3.0.0.0 (3.0.2.0)
Syntax public virtual IEnumerable<Object> GetServices(
Type serviceType
)
Public Overridable Function GetServices (
serviceType As Type
) As IEnumerable(Of Object)
Parameters
- serviceType
- Type: SystemType
Type of the service.
Return Value
Type:
IEnumerableObjectThe list of instances if any were resolved; otherwise, an empty list.
See Also