AutofacWebApiDependencyResolverGetServices Method |
Try to get a list of services of the given type.
Namespace:
Autofac.Integration.WebApi
Assembly:
Autofac.Integration.WebApi (in Autofac.Integration.WebApi.dll) Version: 6.0.0+03bf347ff3a78c2557675254b1a417eef4b464ec
Syntax public virtual IEnumerable<Object> GetServices(
Type serviceType
)
Public Overridable Function GetServices (
serviceType As Type
) As IEnumerable(Of Object)
Parameters
- serviceType
- Type: SystemType
ControllerType of services to request.
Return Value
Type:
IEnumerableObjectAn enumeration (possibly empty) of the service.
Implements
IDependencyScope.GetServices(Type)See Also