ArcGISPortalViewer.Model.TileService.ClearTileNotification C# (CSharp) Метод

ClearTileNotification() публичный статический Метод

public static ClearTileNotification ( ) : void
Результат 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();
        }