Click or drag to resize

ResolutionExtensionsResolveOptional Method

Overload List
  NameDescription
Public methodStatic memberResolveOptionalTService(IComponentContext)
Retrieve a service from the context, or null if the service is not registered.
Public methodStatic memberResolveOptionalTService(IComponentContext, Parameter)
Retrieve a service from the context, or null if the service is not registered.
Public methodStatic memberResolveOptionalTService(IComponentContext, IEnumerableParameter)
Retrieve a service from the context, or null if the service is not registered.
Public methodStatic memberResolveOptional(IComponentContext, Type)
Retrieve a service from the context, or null if the service is not registered.
Public methodStatic memberResolveOptional(IComponentContext, Type, Parameter)
Retrieve a service from the context, or null if the service is not registered.
Public methodStatic memberResolveOptional(IComponentContext, Type, IEnumerableParameter)
Retrieve a service from the context, or null if the service is not registered.
Top
See Also