Amazon.EC2.AmazonEC2Client.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 ImportKeyPairResponse
        public  ImportKeyPairResponse EndImportKeyPair(IAsyncResult asyncResult)
        {
            return EndInvoke<ImportKeyPairResponse>(asyncResult);
        }
AmazonEC2Client