Amazon.DynamoDBv2.AmazonDynamoDBClient.GetItemAsync C# (CSharp) Метод

GetItemAsync() публичный Метод

Initiates the asynchronous execution of the GetItem operation.
public GetItemAsync ( GetItemRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.DynamoDBv2.Model.GetItemRequest Container for the necessary parameters to execute the GetItem operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task
        public Task<GetItemResponse> GetItemAsync(GetItemRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new GetItemRequestMarshaller();
            var unmarshaller = GetItemResponseUnmarshaller.Instance;

            return InvokeAsync<GetItemRequest,GetItemResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }

Same methods

AmazonDynamoDBClient::GetItemAsync ( string tableName, AttributeValue>.Dictionary key, System cancellationToken = default(CancellationToken) ) : Task
AmazonDynamoDBClient::GetItemAsync ( string tableName, AttributeValue>.Dictionary key, bool consistentRead, System cancellationToken = default(CancellationToken) ) : Task