共用方式為


NSManagedObjectContext.Lock 方法

定義

開發人員不應該使用此已被取代的方法。 開發人員應該改用佇列樣式內容和 'PerformAndWait'。

[Foundation.Export("lock")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.None, "Use a queue style context and 'PerformAndWait' instead.")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.MacOSX, 10, 10, ObjCRuntime.PlatformArchitecture.None, "Use a queue style context and 'PerformAndWait' instead.")]
public virtual void Lock ();
abstract member Lock : unit -> unit
override this.Lock : unit -> unit

實作

屬性

適用於