Jaa


Conversation.UpdateContainer(Action<ContainerBuilder>) Method

Definition

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.

Applies to