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

EndCreateVpcPeeringConnection() 공개 메소드

Finishes the asynchronous execution of the CreateVpcPeeringConnection operation.
public EndCreateVpcPeeringConnection ( IAsyncResult asyncResult ) : CreateVpcPeeringConnectionResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateVpcPeeringConnection.
리턴 CreateVpcPeeringConnectionResponse
        public  CreateVpcPeeringConnectionResponse EndCreateVpcPeeringConnection(IAsyncResult asyncResult)
        {
            return EndInvoke<CreateVpcPeeringConnectionResponse>(asyncResult);
        }
AmazonEC2Client