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