Amazon.Lightsail.AmazonLightsailClient.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.
리턴 Amazon.Lightsail.Model.ImportKeyPairResponse
        public  ImportKeyPairResponse EndImportKeyPair(IAsyncResult asyncResult)
        {
            return EndInvoke<ImportKeyPairResponse>(asyncResult);
        }
AmazonLightsailClient