Amazon.ServiceCatalog.AmazonServiceCatalogClient.ListRecordHistoryAsync C# (CSharp) Method

ListRecordHistoryAsync() public method

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

            return InvokeAsync<ListRecordHistoryRequest,ListRecordHistoryResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonServiceCatalogClient