XmlDataProvider.IsAsynchronous 속성

정의

노드 컬렉션 생성을 작업자 스레드에서 수행할지 또는 활성 컨텍스트에서 수행할지를 나타내는 값을 가져오거나 설정합니다.

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

속성 값

노드 컬렉션 생성을 작업자 스레드에서 수행하려면 true이고, 그렇지 않으면 false입니다. 기본값은 true입니다.

적용 대상

추가 정보