Esempio n. 1
0
        /// <summary>
        /// Marks the selected actor to be refreshed after a short delay.
        /// it is safe to call this repeatedly.
        /// </summary>
        public void ActorRefresh()
        {
            IActorRefreshService refreshService = Services.Get <IActorRefreshService>();

            refreshService.Refresh(this.BaseAddress);
        }