GKMatch.ChooseBestHostPlayerAsync Method

Definition

Developers should not use this deprecated method. Developers should use 'ChooseBestHostingPlayer' instead.

[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.None, "Use 'ChooseBestHostingPlayer' instead.")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.MacOSX, 10, 10, ObjCRuntime.PlatformArchitecture.None, "Use 'ChooseBestHostingPlayer' instead.")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 9, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual System.Threading.Tasks.Task<string> ChooseBestHostPlayerAsync ();
abstract member ChooseBestHostPlayerAsync : unit -> System.Threading.Tasks.Task<string>
override this.ChooseBestHostPlayerAsync : unit -> System.Threading.Tasks.Task<string>

Returns

A task that represents the asynchronous ChooseBestHostPlayer operation. The value of the TResult parameter is of type System.Action<System.String>.

Attributes

Applies to