Share via


NSFileProviderManager.RemoveDomain Method

Definition

Overloads

RemoveDomain(NSFileProviderDomain, NSFileProviderDomainRemovalMode, Action<NSUrl,NSError>)

[Foundation.Export("removeDomain:mode:completionHandler:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void RemoveDomain(FileProvider.NSFileProviderDomain domain, FileProvider.NSFileProviderDomainRemovalMode mode, Action<Foundation.NSUrl,Foundation.NSError> completionHandler);
[<Foundation.Export("removeDomain:mode:completionHandler:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member RemoveDomain : FileProvider.NSFileProviderDomain * FileProvider.NSFileProviderDomainRemovalMode * Action<Foundation.NSUrl, Foundation.NSError> -> unit

Parameters

completionHandler
Action<NSUrl,NSError>
Attributes

Applies to

RemoveDomain(NSFileProviderDomain, Action<NSError>)

[Foundation.Export("removeDomain:completionHandler:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void RemoveDomain(FileProvider.NSFileProviderDomain domain, Action<Foundation.NSError> completionHandler);
[<Foundation.Export("removeDomain:completionHandler:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member RemoveDomain : FileProvider.NSFileProviderDomain * Action<Foundation.NSError> -> unit

Parameters

completionHandler
Action<NSError>
Attributes

Applies to