NSFileCoordinatorWorkerRW Delegate
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.
A delegate that used with a number of coordinated read-and-write functions in NSFileCoordinator.
public delegate void NSFileCoordinatorWorkerRW(NSUrl newReadingUrl, NSUrl newWritingUrl);
type NSFileCoordinatorWorkerRW = delegate of NSUrl * NSUrl -> unit
Parameters
- newReadingUrl
- NSUrl
- newWritingUrl
- NSUrl