GKSessionDelegate_Extensions.FailedWithError 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.
public static void FailedWithError (this GameKit.IGKSessionDelegate This, GameKit.GKSession session, Foundation.NSError error);
static member FailedWithError : GameKit.IGKSessionDelegate * GameKit.GKSession * Foundation.NSError -> unit
Parameters
- This
- IGKSessionDelegate
The instance on which this extension method operates.
- session
- GKSession
- error
- NSError