Amazon.Lightsail.AmazonLightsailClient.EndGetKeyPairs C# (CSharp) Méthode

EndGetKeyPairs() public méthode

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