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