Amazon.ElastiCache.AmazonElastiCacheClient.ListAllowedNodeTypeModificationsAsync C# (CSharp) Method

ListAllowedNodeTypeModificationsAsync() public method

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

            return InvokeAsync<ListAllowedNodeTypeModificationsRequest,ListAllowedNodeTypeModificationsResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonElastiCacheClient