Share via


NSFileProviderManager.RemoveDomainAsync Method

Definition

Overloads

RemoveDomainAsync(NSFileProviderDomain)

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static System.Threading.Tasks.Task RemoveDomainAsync(FileProvider.NSFileProviderDomain domain);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member RemoveDomainAsync : FileProvider.NSFileProviderDomain -> System.Threading.Tasks.Task

Parameters

Returns

A task that represents the asynchronous RemoveDomain operation

Attributes

Applies to

RemoveDomainAsync(NSFileProviderDomain, NSFileProviderDomainRemovalMode)

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static System.Threading.Tasks.Task<Foundation.NSUrl> RemoveDomainAsync(FileProvider.NSFileProviderDomain domain, FileProvider.NSFileProviderDomainRemovalMode mode);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member RemoveDomainAsync : FileProvider.NSFileProviderDomain * FileProvider.NSFileProviderDomainRemovalMode -> System.Threading.Tasks.Task<Foundation.NSUrl>

Parameters

Returns

Attributes

Applies to