OperationResults Interface
public interface OperationResults
Resource collection API of OperationResults.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Operation |
get(String operationResultId)
Get the operation result for a long running operation. |
|
abstract
Operation |
get(String operationResultId, Context context)
Get the operation result for a long running operation. |
Method Details
get
public abstract OperationResultsDescription get(String operationResultId)
Get the operation result for a long running operation.
Parameters:
Returns:
get
public abstract OperationResultsDescription get(String operationResultId, Context context)
Get the operation result for a long running operation.
Parameters:
Returns: