XmlDataProvider.IsAsynchronous Proprietà

Definizione

Ottiene o imposta un valore che indica se la creazione della raccolta di nodi verrà eseguita in un thread di lavoro o nel contesto attivo.

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

Valore della proprietà

true per eseguire la creazione della raccolta di nodi in un thread di lavoro; in caso contrario, false. Il valore predefinito è true.

Si applica a

Vedi anche