CLSDataStore.CheckIsAssignedDocumentAsync(NSUrl) Method

Definition

Asynchronously checks whether the specified document is assigned and returns a task that contains the result.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual System.Threading.Tasks.Task<Tuple<bool,Foundation.NSError?>> CheckIsAssignedDocumentAsync(Foundation.NSUrl documentUrl);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member CheckIsAssignedDocumentAsync : Foundation.NSUrl -> System.Threading.Tasks.Task<bool * Foundation.NSError>
override this.CheckIsAssignedDocumentAsync : Foundation.NSUrl -> System.Threading.Tasks.Task<bool * Foundation.NSError>

Parameters

documentUrl
NSUrl

The URL of the document to check.

Returns

A task that contains the result of the check.

Attributes

Applies to