ICosmosOperationExecutor Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Functionality for executing operations using the Cosmos DB client.
public interface ICosmosOperationExecutor
type ICosmosOperationExecutor = interface
Public Interface ICosmosOperationExecutor
Methods
ExecuteOperation<TArg,TResult>(Func<TArg,Task<TResult>>, TArg) |
Executes the provided Cosmos DB operation. |