Skip to main content
API Reference Niantic.Lightship.MagicLeap

AsyncService

↳ extends LazySingleton
Base class for services that start and stop asynchronously.

Declaration

public abstract class AsyncService<T> : LazySingleton<T> where T : class, new()

Properties

NameTypeSummary
readonly IsRunningbool
-

Methods

NameTypeSummary
async Startvoid
-
async Stopvoid
-