GKSavedGame.LoadDataAsync Method

Definition

public virtual System.Threading.Tasks.Task<Foundation.NSData> LoadDataAsync ();
abstract member LoadDataAsync : unit -> System.Threading.Tasks.Task<Foundation.NSData>
override this.LoadDataAsync : unit -> System.Threading.Tasks.Task<Foundation.NSData>

Returns

A task that represents the asynchronous LoadData operation. The value of the TResult parameter is of type System.Action<Foundation.NSData,Foundation.NSError>.

Remarks

The LoadDataAsync 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