Share via


XmlDataProvider.IsAsynchronous Properti

Definisi

Mendapatkan atau menetapkan nilai yang menunjukkan apakah pembuatan koleksi simpul akan dilakukan dalam utas pekerja atau dalam konteks aktif.

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

Nilai Properti

true untuk melakukan pembuatan koleksi simpul di utas pekerja; jika tidak, false. Nilai defaultnya adalah true.

Berlaku untuk

Lihat juga