UnityContainerAsyncExtensions Methods |
| Name | Description | |
|---|---|---|
| IsAsyncTypeRegisteredT(IUnityContainer) |
Checks if a particular asynchronously initialized type has been registered with the container.
| |
| IsAsyncTypeRegisteredT(IUnityContainer, String) |
Checks if a particular asynchronously initialized type/name pair has been registered with the container.
| |
| RegisterAsyncTypeT(IUnityContainer, AsyncInitArgs) |
Registers the specified asynchronously initialized type with the container.
| |
| RegisterAsyncTypeT(IUnityContainer, InjectionMember) |
Registers the specified asynchronously initialized type with the container.
| |
| RegisterAsyncTypeT(IUnityContainer, LifetimeManager, AsyncInitArgs) |
Registers the specified asynchronously initialized type with the container.
| |
| RegisterAsyncTypeT(IUnityContainer, LifetimeManager, InjectionMember) |
Registers the specified asynchronously initialized type with the container.
| |
| RegisterAsyncTypeT(IUnityContainer, String, AsyncInitArgs) |
Registers the specified asynchronously initialized type with the container.
| |
| RegisterAsyncTypeT(IUnityContainer, String, InjectionMember) |
Registers the specified asynchronously initialized type with the container.
| |
| RegisterAsyncTypeT(IUnityContainer, String, LifetimeManager, AsyncInitArgs) |
Registers the specified asynchronously initialized type with the container.
| |
| RegisterAsyncTypeT(IUnityContainer, String, LifetimeManager, InjectionMember) |
Registers the specified asynchronously initialized type with the container.
| |
| RegisterAsyncTypeTFrom, TTo(IUnityContainer, AsyncInitArgs) |
Registers the specified asynchronously initialized type with the container.
| |
| RegisterAsyncTypeTFrom, TTo(IUnityContainer, InjectionMember) |
Registers the specified asynchronously initialized type with the container.
| |
| RegisterAsyncTypeTFrom, TTo(IUnityContainer, LifetimeManager, AsyncInitArgs) |
Registers the specified asynchronously initialized type with the container.
| |
| RegisterAsyncTypeTFrom, TTo(IUnityContainer, LifetimeManager, InjectionMember) |
Registers the specified asynchronously initialized type with the container.
| |
| RegisterAsyncTypeTFrom, TTo(IUnityContainer, String, AsyncInitArgs) |
Registers the specified asynchronously initialized type with the container.
| |
| RegisterAsyncTypeTFrom, TTo(IUnityContainer, String, InjectionMember) |
Registers the specified asynchronously initialized type with the container.
| |
| RegisterAsyncTypeTFrom, TTo(IUnityContainer, String, LifetimeManager, AsyncInitArgs) |
Registers the specified asynchronously initialized type with the container.
| |
| RegisterAsyncTypeTFrom, TTo(IUnityContainer, String, LifetimeManager, InjectionMember) |
Registers the specified asynchronously initialized type with the container.
| |
| ResolveAsyncT(IUnityContainer, ResolverOverride) |
Resolves and asynchronously initializes an instance.
| |
| ResolveAsyncT(IUnityContainer, AsyncInitArgs, ResolverOverride) |
Resolves and asynchronously initializes an instance.
| |
| ResolveAsyncT(IUnityContainer, String, ResolverOverride) |
Resolves and asynchronously initializes an instance.
| |
| ResolveAsyncT(IUnityContainer, CancellationToken, ResolverOverride) |
Resolves and asynchronously initializes an instance.
| |
| ResolveAsyncT(IUnityContainer, AsyncInitArgs, CancellationToken, ResolverOverride) |
Resolves and asynchronously initializes an instance.
| |
| ResolveAsyncT(IUnityContainer, String, AsyncInitArgs, ResolverOverride) |
Resolves and asynchronously initializes an instance.
| |
| ResolveAsyncT(IUnityContainer, String, CancellationToken, ResolverOverride) |
Resolves and asynchronously initializes an instance.
| |
| ResolveAsyncT(IUnityContainer, String, AsyncInitArgs, CancellationToken, ResolverOverride) |
Resolves and asynchronously initializes an instance.
|