CompositionOperation.Run(LifetimeContext, CompositeActivator) Method

Definition

Runs the composition operation starting within the specified lifetime context, driven by the specified activator.

public:
 static System::Object ^ Run(System::Composition::Hosting::Core::LifetimeContext ^ outermostLifetimeContext, System::Composition::Hosting::Core::CompositeActivator ^ compositionRootActivator);
public static object Run (System.Composition.Hosting.Core.LifetimeContext outermostLifetimeContext, System.Composition.Hosting.Core.CompositeActivator compositionRootActivator);
static member Run : System.Composition.Hosting.Core.LifetimeContext * System.Composition.Hosting.Core.CompositeActivator -> obj
Public Shared Function Run (outermostLifetimeContext As LifetimeContext, compositionRootActivator As CompositeActivator) As Object

Parameters

outermostLifetimeContext
LifetimeContext

The context in which to begin the operation (the operation can flow to the parents of the context if required).

compositionRootActivator
CompositeActivator

The activator that drives the operation.

Returns

The composed object graph.

Applies to