Amazon.DynamoDBv2.AmazonDynamoDBClient.UpdateItemAsync C# (CSharp) Méthode

UpdateItemAsync() public méthode

Initiates the asynchronous execution of the UpdateItem operation.
public UpdateItemAsync ( UpdateItemRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.DynamoDBv2.Model.UpdateItemRequest Container for the necessary parameters to execute the UpdateItem operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task
        public Task<UpdateItemResponse> UpdateItemAsync(UpdateItemRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new UpdateItemRequestMarshaller();
            var unmarshaller = UpdateItemResponseUnmarshaller.Instance;

            return InvokeAsync<UpdateItemRequest,UpdateItemResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }

Same methods

AmazonDynamoDBClient::UpdateItemAsync ( string tableName, AttributeValue>.Dictionary key, AttributeValueUpdate>.Dictionary attributeUpdates, ReturnValue returnValues, System cancellationToken = default(CancellationToken) ) : Task
AmazonDynamoDBClient::UpdateItemAsync ( string tableName, AttributeValue>.Dictionary key, AttributeValueUpdate>.Dictionary attributeUpdates, System cancellationToken = default(CancellationToken) ) : Task