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

DeleteVpcEndpointsAsync() public method

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

            return InvokeAsync<DeleteVpcEndpointsRequest,DeleteVpcEndpointsResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonEC2Client