Delegate Injector.Factory
Namespace: Aurigma.DesignAtoms.Configuration
Assembly: Aurigma.DesignAtoms.dll
Syntax
public delegate IContainer Factory();
Constructors
Factory
public Factory(object object, IntPtr method)
Methods
Invoke
public virtual IContainer Invoke()
Returns
Autofac.IContainer
BeginInvoke
public virtual IAsyncResult BeginInvoke(AsyncCallback callback, object object)
Parameters
| Type | Name | Description |
|---|---|---|
System.AsyncCallback | callback | |
System.Object | object |
Returns
System.IAsyncResult
EndInvoke
public virtual IContainer EndInvoke(IAsyncResult result)
Parameters
| Type | Name | Description |
|---|---|---|
System.IAsyncResult | result |
Returns
Autofac.IContainer