Метод | Описание | |
---|---|---|
Activate ( IContext context, InstanceReference reference ) : void |
Activates the instance in the specified context.
|
|
Deactivate ( IContext context, InstanceReference reference ) : void |
Deactivates the instance in the specified context.
|
|
Pipeline ( IEnumerable |
Initializes a new instance of the Pipeline class.
|
public Activate ( IContext context, InstanceReference reference ) : void | ||
context | IContext | The context. |
reference | InstanceReference | The instance reference. |
Результат | void |
public Deactivate ( IContext context, InstanceReference reference ) : void | ||
context | IContext | The context. |
reference | InstanceReference | The instance reference. |
Результат | void |
public Pipeline ( IEnumerable |
||
strategies | IEnumerable |
The strategies to execute during activation and deactivation. |
activationCache | IActivationCache | The activation cache. |
Результат | System.Collections.Generic |