ES2.LoadQueue

public static Queue<T> LoadQueue<T>(string path, ES2Settings settings=null)

Parameters

T The type of the data in the Queue we want to load. Must be on the Supported Types list.

path

The path where our data is stored. For more information, see Paths.

settings

Optional. A user-created ES2Settings object containing options not specified in path.

Returns

Queue<T> Our loaded Queue.

Description

Loads a Queue containing data of type T from the specified path.

C#

JS