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