다음을 통해 공유


NSPersistentStoreDescription.ShouldAddStoreAsynchronously 속성

정의

저장소가 호출 스레드 또는 백그라운드 스레드에 추가되는지 여부를 제어하는 값을 가져오거나 설정합니다.

public virtual bool ShouldAddStoreAsynchronously { [Foundation.Export("shouldAddStoreAsynchronously")] get; [Foundation.Export("setShouldAddStoreAsynchronously:")] set; }
member this.ShouldAddStoreAsynchronously : bool with get, set

속성 값

false기본값으로, 주 스레드에 저장소를 로드합니다. true 을 사용하여 백그라운드 스레드에 저장소를 로드합니다.

특성

적용 대상