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