NSNetService.Resolve Method

Definition

Overloads

Resolve()

Developers should not use this deprecated method. Developers should use 'Resolve (double)' instead.

Resolve(Double)

Performs a resolve process on this service, with a maximum allowed time.

Resolve()

Developers should not use this deprecated method. Developers should use 'Resolve (double)' instead.

[Foundation.Export("resolve")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 2, 0, ObjCRuntime.PlatformArchitecture.None, "Use 'Resolve (double)' instead.")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.MacOSX, 10, 4, ObjCRuntime.PlatformArchitecture.None, "Use 'Resolve (double)' instead.")]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void Resolve ();
abstract member Resolve : unit -> unit
override this.Resolve : unit -> unit
Attributes

Applies to

Resolve(Double)

Performs a resolve process on this service, with a maximum allowed time.

[Foundation.Export("resolveWithTimeout:")]
public virtual void Resolve (double timeOut);
abstract member Resolve : double -> unit
override this.Resolve : double -> unit

Parameters

timeOut
Double

The timeout, in seconds, before M:UIKit.NSNetServiceDelegate.DidNotResolve* is called.

Attributes

Applies to