Click or drag to resize

UnityContainerAsyncExtensionsRegisterAsyncType Method

Overload List
  NameDescription
Public methodStatic memberRegisterAsyncTypeT(IUnityContainer, AsyncInitArgs)
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 memberRegisterAsyncTypeT(IUnityContainer, InjectionMember)
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 memberRegisterAsyncTypeT(IUnityContainer, LifetimeManager, AsyncInitArgs)
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 memberRegisterAsyncTypeT(IUnityContainer, LifetimeManager, InjectionMember)
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 memberRegisterAsyncTypeT(IUnityContainer, String, AsyncInitArgs)
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 memberRegisterAsyncTypeT(IUnityContainer, String, InjectionMember)
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 memberRegisterAsyncTypeT(IUnityContainer, String, LifetimeManager, AsyncInitArgs)
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 memberRegisterAsyncTypeT(IUnityContainer, String, LifetimeManager, InjectionMember)
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.
Top
See Also