Table of Contents

Method LoadAsync

Namespace
GrindFest.Content
Assembly
GrindFest.dll

LoadAsync(string)

The async form — the default for anything that can wait.

public static Task<Object> LoadAsync(string key)

Parameters

key string

Returns

Task<Object>