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

EndUnpeerVpc() public method

Finishes the asynchronous execution of the UnpeerVpc operation.
public EndUnpeerVpc ( IAsyncResult asyncResult ) : UnpeerVpcResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUnpeerVpc.
return Amazon.Lightsail.Model.UnpeerVpcResponse
        public  UnpeerVpcResponse EndUnpeerVpc(IAsyncResult asyncResult)
        {
            return EndInvoke<UnpeerVpcResponse>(asyncResult);
        }
AmazonLightsailClient