ParseObjectSaveAllAsyncT Method (IEnumerableT)Parse
Saves each object in the provided list.

Namespace: Parse
Assembly: Parse (in Parse.dll) Version: 1.5.5.0 (1.5.5.0)
Syntax

public static Task SaveAllAsync<T>(
	IEnumerable<T> objects
)
where T : ParseObject

Parameters

objects
Type: System.Collections.GenericIEnumerableT
The objects to save.

Type Parameters

T

Return Value

Type: Task
See Also

Reference