Conversation.UpdateContainer(Action<ContainerBuilder>) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Update the Autofac container.
public static void UpdateContainer (Action<Autofac.ContainerBuilder> update);
static member UpdateContainer : Action<Autofac.ContainerBuilder> -> unit
Public Shared Sub UpdateContainer (update As Action(Of ContainerBuilder))
Parameters
- update
- Action<Autofac.ContainerBuilder>
The delegate that represents the update to apply.