Share via


OperationResults Interface

public interface OperationResults

Resource collection API of OperationResults.

Method Summary

Modifier and Type Method and Description
abstract OperationResultsDescription get(String operationResultId)

Get the operation result for a long running operation.

abstract OperationResultsDescription 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:

operationResultId - The ID of the operation result to get.

Returns:

the operation result for a long running operation.

get

public abstract OperationResultsDescription get(String operationResultId, Context context)

Get the operation result for a long running operation.

Parameters:

operationResultId - The ID of the operation result to get.
context - The context to associate with this operation.

Returns:

the operation result for a long running operation.

Applies to