GKTurnBasedExchange.ReplyAsync(String, NSObject[], NSData) 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 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.