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입니다.

적용 대상

추가 정보