ArcGISPortalViewer.Model.TileService.ClearTileNotification C# (CSharp) Method

ClearTileNotification() public static method

public static ClearTileNotification ( ) : void
return void
        public static void ClearTileNotification()
        {
            // the same TileUpdateManager can be used to clear the tile since   
            // tile notifications are being sent to the application's default tile  
            TileUpdateManager.CreateTileUpdaterForApplication().Clear();
        }