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

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

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