Amazon.EC2.AmazonEC2Client.EndCreateInternetGateway C# (CSharp) Метод

EndCreateInternetGateway() публичный Метод

Finishes the asynchronous execution of the CreateInternetGateway operation.
public EndCreateInternetGateway ( IAsyncResult asyncResult ) : CreateInternetGatewayResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateInternetGateway.
Результат CreateInternetGatewayResponse
        public  CreateInternetGatewayResponse EndCreateInternetGateway(IAsyncResult asyncResult)
        {
            return EndInvoke<CreateInternetGatewayResponse>(asyncResult);
        }
AmazonEC2Client