Gets or sets the interval between automatic Refresh()()()() operations
to refresh the data with any changes that may have occurred on the server.
Namespace:
C1.Silverlight.Data.RiaServicesAssembly: C1.Silverlight.Data.Entity (in C1.Silverlight.Data.Entity.dll)
Syntax
C# |
---|
[DefaultValueAttribute(typeof(TimeSpan), "00:00:00")] [DescriptionAttribute("Gets or sets the interval between automatic Refresh operations.")] [CategoryAttribute("Common")] public TimeSpan RefreshInterval { get; set; } |
Visual Basic |
---|
<DefaultValueAttribute(GetType(TimeSpan), "00:00:00")> _ <DescriptionAttribute("Gets or sets the interval between automatic Refresh operations.")> _ <CategoryAttribute("Common")> _ Public Property RefreshInterval As TimeSpan Get Set |