GKLeaderboard.LoadCategoriesAsync 方法

定义

已弃用。

[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.None, "Use 'LoadLeaderboards' instead.")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.MacOSX, 10, 9, ObjCRuntime.PlatformArchitecture.None, "Use 'LoadLeaderboards' instead.")]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public static System.Threading.Tasks.Task<GameKit.GKCategoryResult> LoadCategoriesAsync ();
static member LoadCategoriesAsync : unit -> System.Threading.Tasks.Task<GameKit.GKCategoryResult>

返回

表示异步 LoadCategories 操作的任务。 TResult 参数的值的类型为 GameKit.GKCategoryResult。 异步方法的类别和标题结果。

属性

适用于