Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Manages callbacks that are connected to when an entity container is closed.
Methods
subscribe
subscribe(callback: (arg0: EntityContainerClosedAfterEvent) => void, options?: EntityContainerAccessEventOptions): (arg0: EntityContainerClosedAfterEvent) => void
Adds a callback that will be called when an entity container is closed.
Parameters
- callback: (arg0: EntityContainerClosedAfterEvent) => void
- options?: EntityContainerAccessEventOptions =
null
Returns (arg0: EntityContainerClosedAfterEvent) => void
Notes:
- This function can't be called in restricted-execution mode.
- This function can be called in early-execution mode.
unsubscribe
unsubscribe(callback: (arg0: EntityContainerClosedAfterEvent) => void): void
Removes a callback from being called when an entity container is closed.
Parameters
- callback: (arg0: EntityContainerClosedAfterEvent) => void
Notes:
- This function can't be called in restricted-execution mode.
- This function can be called in early-execution mode.