Share via


GKMatchDelegate_Extensions.Failed(IGKMatchDelegate, GKMatch, NSError) 方法

定义

当匹配项无法连接到任何玩家时调用的方法。

public static void Failed (this GameKit.IGKMatchDelegate This, GameKit.GKMatch match, Foundation.NSError error);
static member Failed : GameKit.IGKMatchDelegate * GameKit.GKMatch * Foundation.NSError -> unit

参数

This
IGKMatchDelegate

此扩展方法操作的实例。

match
GKMatch
error
NSError

内容待定。

此参数可以为 null

适用于