Axiom.Components.Paging.PagedWorldSection.UnloadPage C# (CSharp) Method

UnloadPage() public method

public UnloadPage ( Page page, bool sync ) : void
page Page
sync bool
return void
        public void UnloadPage(Page page, bool sync)
        {
            UnloadPage(page.PageID, sync);
        }
        /// <summary>

Same methods

PagedWorldSection::UnloadPage ( PageID pageId ) : void
PagedWorldSection::UnloadPage ( PageID pageID, bool forceSynchonous ) : void