GKTurnBasedExchange.ReplyAsync(String, NSObject[], NSData) Method

Definition

public virtual System.Threading.Tasks.Task ReplyAsync (string localizableMessage, Foundation.NSObject[] arguments, Foundation.NSData data);
abstract member ReplyAsync : string * Foundation.NSObject[] * Foundation.NSData -> System.Threading.Tasks.Task
override this.ReplyAsync : string * Foundation.NSObject[] * Foundation.NSData -> System.Threading.Tasks.Task

Parameters

localizableMessage
String
arguments
NSObject[]
data
NSData

Returns

A task that represents the asynchronous Reply operation

Remarks

The ReplyAsync method is suitable to be used with C# async by returning control to the caller with a Task representing the operation.

To be added.

Applies to