SMAppService.Unregister 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 |
|---|---|
| Unregister() | |
| Unregister(NSError) | |
| Unregister(Action<NSError>) |
Unregister()
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public bool Unregister();
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
member this.Unregister : unit -> bool
Returns
- Attributes
Applies to
Unregister(NSError)
[Foundation.Export("unregisterAndReturnError:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool Unregister(out Foundation.NSError? error);
[<Foundation.Export("unregisterAndReturnError:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member Unregister : NSError -> bool
override this.Unregister : NSError -> bool
Parameters
- error
- NSError
Returns
- Attributes
Applies to
Unregister(Action<NSError>)
[Foundation.Export("unregisterWithCompletionHandler:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void Unregister(Action<Foundation.NSError> handler);
[<Foundation.Export("unregisterWithCompletionHandler:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member Unregister : Action<Foundation.NSError> -> unit
override this.Unregister : Action<Foundation.NSError> -> unit
Parameters
- Attributes