CLSDataStore.CheckIsAssignedDocumentAsync(NSUrl) Method
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.
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