ObjectDataProvider.IsAsynchronous Proprietà

Definizione

Ottiene o imposta un valore che indica se eseguire la creazione di un oggetto 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à

Boolean

true per eseguire la creazione di un oggetto 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 che sono lenti a essere disponibili.

Si applica a

Vedi anche