Amazon.EC2.AmazonEC2Client.EndCreateCustomerGateway C# (CSharp) 메소드

EndCreateCustomerGateway() 공개 메소드

Finishes the asynchronous execution of the CreateCustomerGateway operation.
public EndCreateCustomerGateway ( IAsyncResult asyncResult ) : CreateCustomerGatewayResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateCustomerGateway.
리턴 CreateCustomerGatewayResponse
        public  CreateCustomerGatewayResponse EndCreateCustomerGateway(IAsyncResult asyncResult)
        {
            return EndInvoke<CreateCustomerGatewayResponse>(asyncResult);
        }
AmazonEC2Client