Amazon.SimpleSystemsManagement.AmazonSimpleSystemsManagementClient.ListInventoryEntriesAsync C# (CSharp) Method

ListInventoryEntriesAsync() public method

Initiates the asynchronous execution of the ListInventoryEntries operation.
public ListInventoryEntriesAsync ( ListInventoryEntriesRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.SimpleSystemsManagement.Model.ListInventoryEntriesRequest Container for the necessary parameters to execute the ListInventoryEntries operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task
        public Task<ListInventoryEntriesResponse> ListInventoryEntriesAsync(ListInventoryEntriesRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new ListInventoryEntriesRequestMarshaller();
            var unmarshaller = ListInventoryEntriesResponseUnmarshaller.Instance;

            return InvokeAsync<ListInventoryEntriesRequest,ListInventoryEntriesResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonSimpleSystemsManagementClient