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

EndGetKeyPairs() public method

Finishes the asynchronous execution of the GetKeyPairs operation.
public EndGetKeyPairs ( IAsyncResult asyncResult ) : GetKeyPairsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetKeyPairs.
return Amazon.Lightsail.Model.GetKeyPairsResponse
        public  GetKeyPairsResponse EndGetKeyPairs(IAsyncResult asyncResult)
        {
            return EndInvoke<GetKeyPairsResponse>(asyncResult);
        }
AmazonLightsailClient