XmlDataProvider.IsAsynchronous Proprietà

Definizione

Ottiene o imposta un valore che indica se la creazione dell'insieme di nodi sarà 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 dell'insieme di nodi in un thread di lavoro; in caso contrario, false. Il valore predefinito è true.

Si applica a

Vedi anche