GKMatchDelegate_Extensions.Failed(IGKMatchDelegate, GKMatch, NSError) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Method that is called when a match cannot connect to any of the players.
public static void Failed (this GameKit.IGKMatchDelegate This, GameKit.GKMatch match, Foundation.NSError error);
static member Failed : GameKit.IGKMatchDelegate * GameKit.GKMatch * Foundation.NSError -> unit
Parameters
- This
- IGKMatchDelegate
The instance on which this extension method operates.
- match
- GKMatch