ObjectDataProvider.IsAsynchronous Proprietà

Definizione

Ottiene o imposta un valore che indica se eseguire la creazione di oggetti 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 di oggetti in un thread di lavoro; in caso contrario, false. Il valore predefinito è false.

Commenti

Questa proprietà è utile se si esegue il binding a oggetti dati esterni lenti a essere disponibili.

Si applica a

Vedi anche