Share via


NSFileVersion.GetNonlocalVersionsAsync(NSUrl) Method

Definition

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static System.Threading.Tasks.Task<Foundation.NSFileVersion[]> GetNonlocalVersionsAsync(Foundation.NSUrl url);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
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