GKMatchDelegate_Extensions.Failed(IGKMatchDelegate, GKMatch, NSError) Method

Definition

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
error
NSError

To be added.

This parameter can be null.

Applies to