Share via


ObjectDataProvider.IsAsynchronous 屬性

定義

取得或設定值,指出要在背景工作執行緒 (Worker Thread) 或主動式內容中執行物件建立。

public:
 property bool IsAsynchronous { bool get(); void set(bool value); };
public bool IsAsynchronous { get; set; }
member this.IsAsynchronous : bool with get, set
Public Property IsAsynchronous As Boolean

屬性值

Boolean

如果在背景工作執行緒中 (Worker Thread) 執行物件建立,就是 true,否則就是 false。 預設為 false

備註

如果您要系結至較慢可用的外部資料物件,這個屬性會很有用。

適用於

另請參閱