Amazon.Lightsail.AmazonLightsailClient.EndPeerVpc C# (CSharp) Метод

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

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