ComponentOne Tiles for WPF and Silverlight
C1.Silverlight.Tile Namespace / C1TileService Class / UpdateInterval Property

In This Topic
    UpdateInterval Property (C1TileService)
    In This Topic
    Gets or sets the System.TimeSpan value specifying the maximum time interval between tile updates.
    Syntax
    'Declaration
     
    
    Public Shared Property UpdateInterval As TimeSpan
    public static TimeSpan UpdateInterval {get; set;}
    See Also