OperationResultsClient Interface
public interface OperationResultsClient
An instance of this class provides access to all the operations defined in OperationResultsClient.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| abstract void |
get(String location, String operationId)
Returns operation results for long running operations. |
|
abstract
Operation |
getWithResponse(String location, String operationId, Context context)
Returns operation results for long running operations. |
Method Details
get
public abstract void get(String location, String operationId)
Returns operation results for long running operations.
Parameters:
getWithResponse
public abstract OperationResultsGetResponse getWithResponse(String location, String operationId, Context context)
Returns operation results for long running operations.
Parameters:
Returns: