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

EndCreateDhcpOptions() public method

Finishes the asynchronous execution of the CreateDhcpOptions operation.
public EndCreateDhcpOptions ( IAsyncResult asyncResult ) : CreateDhcpOptionsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateDhcpOptions.
return CreateDhcpOptionsResponse
        public  CreateDhcpOptionsResponse EndCreateDhcpOptions(IAsyncResult asyncResult)
        {
            return EndInvoke<CreateDhcpOptionsResponse>(asyncResult);
        }
AmazonEC2Client