Click or drag to resize

UnityContainerAsyncExtensions Class

Adds asynchronous capabilities to IUnityContainer.
Inheritance Hierarchy
SystemObject
  Ditto.AsyncInit.UnityUnityContainerAsyncExtensions

Namespace:  Ditto.AsyncInit.Unity
Assembly:  Ditto.AsyncInit.Unity (in Ditto.AsyncInit.Unity.dll) Version: 1.6.0.2641
Syntax
public static class UnityContainerAsyncExtensions
Methods
  NameDescription
Public methodStatic memberIsAsyncTypeRegisteredT(IUnityContainer)
Checks if a particular asynchronously initialized type has been registered with the container.
Public methodStatic memberIsAsyncTypeRegisteredT(IUnityContainer, String)
Checks if a particular asynchronously initialized type/name pair has been registered with the container.
Public methodStatic memberRegisterAsyncTypeT(IUnityContainer, AsyncInitArgs)
Registers the specified asynchronously initialized type with the container.
Public methodStatic memberRegisterAsyncTypeT(IUnityContainer, InjectionMember)
Registers the specified asynchronously initialized type with the container.
Public methodStatic memberRegisterAsyncTypeT(IUnityContainer, LifetimeManager, AsyncInitArgs)
Registers the specified asynchronously initialized type with the container.
Public methodStatic memberRegisterAsyncTypeT(IUnityContainer, LifetimeManager, InjectionMember)
Registers the specified asynchronously initialized type with the container.
Public methodStatic memberRegisterAsyncTypeT(IUnityContainer, String, AsyncInitArgs)
Registers the specified asynchronously initialized type with the container.
Public methodStatic memberRegisterAsyncTypeT(IUnityContainer, String, InjectionMember)
Registers the specified asynchronously initialized type with the container.
Public methodStatic memberRegisterAsyncTypeT(IUnityContainer, String, LifetimeManager, AsyncInitArgs)
Registers the specified asynchronously initialized type with the container.
Public methodStatic memberRegisterAsyncTypeT(IUnityContainer, String, LifetimeManager, InjectionMember)
Registers the specified asynchronously initialized type with the container.
Public methodStatic memberRegisterAsyncTypeTFrom, TTo(IUnityContainer, AsyncInitArgs)
Registers the specified asynchronously initialized type with the container.
Public methodStatic memberRegisterAsyncTypeTFrom, TTo(IUnityContainer, InjectionMember)
Registers the specified asynchronously initialized type with the container.
Public methodStatic memberRegisterAsyncTypeTFrom, TTo(IUnityContainer, LifetimeManager, AsyncInitArgs)
Registers the specified asynchronously initialized type with the container.
Public methodStatic memberRegisterAsyncTypeTFrom, TTo(IUnityContainer, LifetimeManager, InjectionMember)
Registers the specified asynchronously initialized type with the container.
Public methodStatic memberRegisterAsyncTypeTFrom, TTo(IUnityContainer, String, AsyncInitArgs)
Registers the specified asynchronously initialized type with the container.
Public methodStatic memberRegisterAsyncTypeTFrom, TTo(IUnityContainer, String, InjectionMember)
Registers the specified asynchronously initialized type with the container.
Public methodStatic memberRegisterAsyncTypeTFrom, TTo(IUnityContainer, String, LifetimeManager, AsyncInitArgs)
Registers the specified asynchronously initialized type with the container.
Public methodStatic memberRegisterAsyncTypeTFrom, TTo(IUnityContainer, String, LifetimeManager, InjectionMember)
Registers the specified asynchronously initialized type with the container.
Public methodStatic memberResolveAsyncT(IUnityContainer, ResolverOverride)
Resolves and asynchronously initializes an instance.
Public methodStatic memberResolveAsyncT(IUnityContainer, AsyncInitArgs, ResolverOverride)
Resolves and asynchronously initializes an instance.
Public methodStatic memberResolveAsyncT(IUnityContainer, String, ResolverOverride)
Resolves and asynchronously initializes an instance.
Public methodStatic memberResolveAsyncT(IUnityContainer, CancellationToken, ResolverOverride)
Resolves and asynchronously initializes an instance.
Public methodStatic memberResolveAsyncT(IUnityContainer, AsyncInitArgs, CancellationToken, ResolverOverride)
Resolves and asynchronously initializes an instance.
Public methodStatic memberResolveAsyncT(IUnityContainer, String, AsyncInitArgs, ResolverOverride)
Resolves and asynchronously initializes an instance.
Public methodStatic memberResolveAsyncT(IUnityContainer, String, CancellationToken, ResolverOverride)
Resolves and asynchronously initializes an instance.
Public methodStatic memberResolveAsyncT(IUnityContainer, String, AsyncInitArgs, CancellationToken, ResolverOverride)
Resolves and asynchronously initializes an instance.
Top
See Also