NSFileCoordinatorWorkerRW Delegate

Definition

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

Applies to