SMAppService.Unregister Method

Definition

Overloads

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

handler
Action<NSError>
Attributes

Applies to