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

EndDeleteDhcpOptions() public method

Finishes the asynchronous execution of the DeleteDhcpOptions operation.
public EndDeleteDhcpOptions ( IAsyncResult asyncResult ) : DeleteDhcpOptionsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteDhcpOptions.
return DeleteDhcpOptionsResponse
        public  DeleteDhcpOptionsResponse EndDeleteDhcpOptions(IAsyncResult asyncResult)
        {
            return EndInvoke<DeleteDhcpOptionsResponse>(asyncResult);
        }
AmazonEC2Client