ActorService constructor

ActorService(
  1. ServiceContext _ctx
)

Implementation

ActorService(this._ctx)
  : _profile = ActorProfileRecordAccessor(_ctx),
    _status = ActorStatusRecordAccessor(_ctx);