NSFileManager.PauseSyncForUbiquitousItem Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[Foundation.Export("pauseSyncForUbiquitousItemAtURL:completionHandler:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void PauseSyncForUbiquitousItem(Foundation.NSUrl url, Foundation.NSFileManagerSyncForUbiquitousItemHandler completionHandler);
[<Foundation.Export("pauseSyncForUbiquitousItemAtURL:completionHandler:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member PauseSyncForUbiquitousItem : Foundation.NSUrl * Foundation.NSFileManagerSyncForUbiquitousItemHandler -> unit
override this.PauseSyncForUbiquitousItem : Foundation.NSUrl * Foundation.NSFileManagerSyncForUbiquitousItemHandler -> unit
Parameters
- url
- NSUrl
- completionHandler
- NSFileManagerSyncForUbiquitousItemHandler
- Attributes