Amazon.SimpleDB.AmazonSimpleDBClient.GetAttributesAsync C# (CSharp) Method

GetAttributesAsync() public method

Initiates the asynchronous execution of the GetAttributes operation.
public GetAttributesAsync ( GetAttributesRequest request, System cancellationToken = default(CancellationToken) ) : Task
request GetAttributesRequest Container for the necessary parameters to execute the GetAttributes operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task
        public Task<GetAttributesResponse> GetAttributesAsync(GetAttributesRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new GetAttributesRequestMarshaller();
            var unmarshaller = GetAttributesResponseUnmarshaller.Instance;

            return InvokeAsync<GetAttributesRequest,GetAttributesResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }