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

DeleteDhcpOptionsAsync() public method

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

            return InvokeAsync<DeleteDhcpOptionsRequest,DeleteDhcpOptionsResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonEC2Client