Click or drag to resize

UnityContainerAsyncExtensions Methods

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