Decorates and routes completion requests, to the underlying type-based rules.

This inversion of control method is responsible of the delegation of the concrete completion handling, to the method OnComplete(object,CompletionArgument[]) implemented by the subclasses of this InjectionStrategy.
Name Description
Complete(object, CompletionArgumentCollection) Decorates and routes completion requests, to the underlying type-based rules.

This inversion of control method is responsible of the delegation of the concrete completion handling, to the method OnComplete(object,CompletionArgument[]) implemented by the subclasses of this InjectionStrategy.
Complete(object, string, CompletionArgumentCollection) Decorates and routes completion requests, to the underlying type-based rules.

This inversion of control method is responsible of the delegation of the concrete completion handling, to the method OnComplete(object,string,CompletionArgument[]) implemented by the subclasses of this InjectionStrategy.