NSFileVersion.GetNonlocalVersionsAsync(NSUrl) Method

Definition

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 10, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public static System.Threading.Tasks.Task<Foundation.NSFileVersion[]> GetNonlocalVersionsAsync (Foundation.NSUrl url);
static member GetNonlocalVersionsAsync : Foundation.NSUrl -> System.Threading.Tasks.Task<Foundation.NSFileVersion[]>

Parameters

url
NSUrl

Returns

A task that represents the asynchronous GetNonlocalVersions operation. The value of the TResult parameter is a NSFileVersionNonlocalVersionsCompletionHandler.

Attributes

Remarks

The GetNonlocalVersionsAsync method is suitable to be used with C# async by returning control to the caller with a Task representing the operation.

To be added.

Applies to