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

EndCreateVpc() public method

Finishes the asynchronous execution of the CreateVpc operation.
public EndCreateVpc ( IAsyncResult asyncResult ) : CreateVpcResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateVpc.
return CreateVpcResponse
        public  CreateVpcResponse EndCreateVpc(IAsyncResult asyncResult)
        {
            return EndInvoke<CreateVpcResponse>(asyncResult);
        }
AmazonEC2Client