Amazon.Lightsail.AmazonLightsailClient.EndPeerVpc C# (CSharp) Method

EndPeerVpc() public method

Finishes the asynchronous execution of the PeerVpc operation.
public EndPeerVpc ( IAsyncResult asyncResult ) : PeerVpcResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginPeerVpc.
return Amazon.Lightsail.Model.PeerVpcResponse
        public  PeerVpcResponse EndPeerVpc(IAsyncResult asyncResult)
        {
            return EndInvoke<PeerVpcResponse>(asyncResult);
        }
AmazonLightsailClient