Preparing search index...
The search index is not available
TESSA Web API
TESSA Web API
Application.DI
DI_Interfaces
AsyncContainerModule
Interface AsyncContainerModule
interface
AsyncContainerModule
{
id
:
number
;
registry
:
(
...
args
:
[
bind
:
Bind
,
unbind
:
Unbind
,
isBound
:
IsBound
,
rebind
:
Rebind
,
unbindAsync
:
UnbindAsync
,
onActivation
:
<
T
>
(
serviceIdentifier
:
ServiceIdentifier
<
T
>
,
onActivation
:
BindingActivation
<
T
>
,
)
=>
void
,
onDeactivation
:
<
T
>
(
serviceIdentifier
:
ServiceIdentifier
<
T
>
,
onDeactivation
:
BindingDeactivation
<
T
>
,
)
=>
void
,
]
,
)
=>
Promise
<
void
>
;
}
Hierarchy (
View Summary
)
ContainerModuleBase
AsyncContainerModule
Index
Properties
id
registry
Properties
id
id
:
number
registry
registry
:
(
...
args
:
[
bind
:
Bind
,
unbind
:
Unbind
,
isBound
:
IsBound
,
rebind
:
Rebind
,
unbindAsync
:
UnbindAsync
,
onActivation
:
<
T
>
(
serviceIdentifier
:
ServiceIdentifier
<
T
>
,
onActivation
:
BindingActivation
<
T
>
,
)
=>
void
,
onDeactivation
:
<
T
>
(
serviceIdentifier
:
ServiceIdentifier
<
T
>
,
onDeactivation
:
BindingDeactivation
<
T
>
,
)
=>
void
,
]
,
)
=>
Promise
<
void
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
id
registry
TESSA Web API
Loading...