|
Init(args)
Scripting Reference
|
◆ GetAsync< TService >()
Gets service of type TService asynchrounously. The returned service can be a service registered using a ServiceTag or a Services component with availability set to Clients.Everywhere, or a service registered using a ServiceAttribute or manually. This will suspend the execution of the calling async method until a service of type becomes available.
|