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

EndImportKeyPair() public method

Finishes the asynchronous execution of the ImportKeyPair operation.
public EndImportKeyPair ( IAsyncResult asyncResult ) : ImportKeyPairResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginImportKeyPair.
return Amazon.Lightsail.Model.ImportKeyPairResponse
        public  ImportKeyPairResponse EndImportKeyPair(IAsyncResult asyncResult)
        {
            return EndInvoke<ImportKeyPairResponse>(asyncResult);
        }
AmazonLightsailClient