다음을 통해 공유


GKMatch.ChooseBestHostPlayerAsync 메서드

정의

개발자는 사용되지 않는 이 메서드를 사용하면 안 됩니다. 개발자는 대신 'ChooseBestHostingPlayer'를 사용해야 합니다.

[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>

반환

비동기 SelectBestHostPlayer 작업을 나타내는 작업입니다. TResult 매개 변수의 값은 System.Action<System.String> 형식입니다.

특성

적용 대상