Amazon.EC2.AmazonEC2Client.DeleteNetworkAclEntryAsync C# (CSharp) Method

DeleteNetworkAclEntryAsync() public method

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

            return InvokeAsync<DeleteNetworkAclEntryRequest,DeleteNetworkAclEntryResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonEC2Client