ParseObjectFetchAllIfNeededAsyncT Method (IEnumerableT, CancellationToken)Parse
Fetches all of the objects that don't have data in the provided list.

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

public static Task<IEnumerable<T>> FetchAllIfNeededAsync<T>(
	IEnumerable<T> objects,
	CancellationToken cancellationToken
)
where T : ParseObject

Parameters

objects
Type: System.Collections.GenericIEnumerableT
The objects to fetch.
cancellationToken
Type: System.ThreadingCancellationToken
The cancellation token.

Type Parameters

T

Return Value

Type: TaskIEnumerableT
The list passed in for convenience.
See Also

Reference