Amazon.EC2.AmazonEC2Client.EndDeleteDhcpOptions C# (CSharp) Méthode

EndDeleteDhcpOptions() public méthode

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