PolicyDefinition.AddCallHandler Method
Retired Content |
---|
This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |
The latest Unity Application Block information can be found at the Unity Application Block site. |
Overload List
Name | Description | |
---|---|---|
AddCallHandler<TCallHandler>(array<InjectionMember[]) |
Configures injection for a new ICallHandler and makes it available as a call handler in the current policy.
|
|
AddCallHandler(ICallHandler) |
Makes instance a call handler in the current policy.
|
|
AddCallHandler(String) |
Adds a reference to call handler by name.
|
|
AddCallHandler<TCallHandler>(LifetimeManager, array<InjectionMember[]) |
Configures injection for a new ICallHandler and makes it available as a call handler in the current policy, using the given LifetimeManager.
|
|
AddCallHandler<TCallHandler>(String, array<InjectionMember[]) |
Configures injection for a new ICallHandler using the specified name and makes it available as a call handler in the current policy.
|
|
AddCallHandler(Type, array<InjectionMember[]) |
Configures injection for a new ICallHandler and makes it available as a call handler in the current policy.
|
|
AddCallHandler<TCallHandler>(String, LifetimeManager, array<InjectionMember[]) |
Configures injection for a new ICallHandler using the specified name and makes it available as a call handler in the current policy, using the given LifetimeManager.
|
|
AddCallHandler(Type, LifetimeManager, array<InjectionMember[]) |
Configures injection for a new ICallHandler and makes it available as a call handler in the current policy, using the given LifetimeManager.
|
|
AddCallHandler(Type, String, array<InjectionMember[]) |
Configures injection for a new ICallHandler using the specified name and makes it available as a call handler in the current policy.
|
|
AddCallHandler(Type, String, LifetimeManager, array<InjectionMember[]) |
Configures injection for a new ICallHandler using the specified name and makes it available as a call handler in the current policy, using the given LifetimeManager.
|