Overload List
| Name | Description | |
|---|---|---|
| SaveAllAsyncT(IEnumerableT) |
Saves all of the ParseObjects in the enumeration. Equivalent to
calling SaveAllAsyncT(IEnumerableT).
| |
| SaveAllAsyncT(IEnumerableT, CancellationToken) |
Saves all of the ParseObjects in the enumeration. Equivalent to
calling
SaveAllAsyncT(IEnumerableT, CancellationToken).
|
See Also