Click or drag to resize

IPerInstanceContextModuleAccessor Interface

A list of module registrations. This allows for the current OperationContext or WebOperationContext or any item that is static per InstanceContext to be registered and usable throughout the instance context.

Namespace:  Autofac.Integration.Wcf
Assembly:  Autofac.Integration.Wcf (in Autofac.Integration.Wcf.dll) Version: 6.0.0+691de191498a27e1db2c331d318e19150e41288c
Syntax
public interface IPerInstanceContextModuleAccessor

The IPerInstanceContextModuleAccessor type exposes the following members.

Properties
  NameDescription
Public propertyModules
Gets the list of per-instance-context modules to register.
Top
See Also