ResolutionExtensionsResolveOptional Method |
| Name | Description | |
|---|---|---|
| ResolveOptionalTService(IComponentContext) |
Retrieve a service from the context, or null if the service is not
registered.
| |
| ResolveOptionalTService(IComponentContext, Parameter) |
Retrieve a service from the context, or null if the service is not
registered.
| |
| ResolveOptionalTService(IComponentContext, IEnumerableParameter) |
Retrieve a service from the context, or null if the service is not
registered.
| |
| ResolveOptional(IComponentContext, Type) |
Retrieve a service from the context, or null if the service is not
registered.
| |
| ResolveOptional(IComponentContext, Type, Parameter) |
Retrieve a service from the context, or null if the service is not
registered.
| |
| ResolveOptional(IComponentContext, Type, IEnumerableParameter) |
Retrieve a service from the context, or null if the service is not
registered.
|