Amazon.EC2.AmazonEC2Client.EndImportKeyPair C# (CSharp) Метод

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

Finishes the asynchronous execution of the ImportKeyPair operation.
public EndImportKeyPair ( IAsyncResult asyncResult ) : ImportKeyPairResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginImportKeyPair.
Результат ImportKeyPairResponse
        public  ImportKeyPairResponse EndImportKeyPair(IAsyncResult asyncResult)
        {
            return EndInvoke<ImportKeyPairResponse>(asyncResult);
        }
AmazonEC2Client