Overload List
Name | Description | |
---|---|---|
FetchIfNeededAsyncT(T) |
If this ParseObject has not been fetched (i.e. IsDataAvailable returns
false), fetches this object with the data from the server.
| |
FetchIfNeededAsyncT(T, CancellationToken) |
If this ParseObject has not been fetched (i.e. IsDataAvailable returns
false), fetches this object with the data from the server.
|
See Also