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

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

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