Amazon.CloudSearch.AmazonCloudSearchClient.DescribeIndexFieldsAsync C# (CSharp) Метод

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

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

            return InvokeAsync<DescribeIndexFieldsRequest,DescribeIndexFieldsResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }