DataSource for Entity Framework for WPF/Silverlight
RefreshInterval プロパティ

C1.WPF.Data.Entities 名前空間 > C1DataSource クラス : RefreshInterval プロパティ
サーバーで行われた変更に基づいてデータをリフレッシュする自動 Refresh 操作の 間隔を取得または設定します。
シンタックス
'宣言
 
<System.ComponentModel.DescriptionAttribute("Gets or sets the interval between automatic Refresh operations.")>
<System.ComponentModel.CategoryAttribute("Common")>
<System.ComponentModel.DefaultValueAttribute(System.TimeSpan, "00:00:00")>
Public Property RefreshInterval As System.TimeSpan
[System.ComponentModel.Description("Gets or sets the interval between automatic Refresh operations.")]
[System.ComponentModel.Category("Common")]
[System.ComponentModel.DefaultValue(System.TimeSpan, "00:00:00")]
public System.TimeSpan RefreshInterval {get; set;}
参照

C1DataSource クラス
C1DataSource メンバ