Method LoadAsync
LoadAsync(HashSet<string>)
Declaration
[Obsolete("The interface provided by SaveData.LoadAsync(HashSet<string>) has been replaced by CloudSaveService.Instance.Data.LoadAsync(HashSet<string>), and should be accessed from there instead. This API will be removed in an upcoming release.", false)]
public static Task<Dictionary<string, string>> LoadAsync(HashSet<string> keys = null)
Parameters
Type | Name | Description |
---|---|---|
HashSet<string> | keys |
Returns
Type | Description |
---|---|
Task<Dictionary<string, string>> |