This is an asynchronous call. The caller can be informed on the outcome of the request by providing a callback as the last argument.
@param op the Operation
to run
@param timesToRun the number of times to run the operation. This will typically be one (1), but can be a greater number e.g. for stress testing purposes
@param callback a callback that will be notified after a successful request, with the operation instance ID that was returned from the server. Use OperationRunner.NO_CALLBACK
if not interested in the outcome.
|
|
|
|