NSFileProviderManager.RemoveDomainAsync 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.
Overloads
| Name | Description |
|---|---|
| RemoveDomainAsync(NSFileProviderDomain) | |
| RemoveDomainAsync(NSFileProviderDomain, NSFileProviderDomainRemovalMode) |
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
- domain
- NSFileProviderDomain
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
- domain
- NSFileProviderDomain
Returns
- Attributes