startAsync abstract method
Called at the start of an asynchronous process, starts the query using data from the command.
The implementation should call either AFStartQueryContext.onSuccess or AFStartQueryContext.onError, which will in turn call finishAsyncWithResponse or finishAsyncWithError.
Implementation
void startAsync(AFStartQueryContext<TResponse> context);