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

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

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