Method | Description | |
---|---|---|
DoGetAllInstances ( |
When implemented by inheriting classes, this method will do the actual work of resolving all the requested service instances.
|
|
DoGetInstance ( |
When implemented by inheriting classes, this method will do the actual work of resolving the requested service instance.
|
protected DoGetAllInstances ( |
||
serviceType | Type of service requested. | |
return | IEnumerable |
protected DoGetInstance ( |
||
serviceType | Type of instance requested. | |
key | string | Name of registered service you want. May be null. |
return | object |