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

EndCreateKeyPair() public method

Finishes the asynchronous execution of the CreateKeyPair operation.
public EndCreateKeyPair ( IAsyncResult asyncResult ) : CreateKeyPairResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateKeyPair.
return Amazon.Lightsail.Model.CreateKeyPairResponse
        public  CreateKeyPairResponse EndCreateKeyPair(IAsyncResult asyncResult)
        {
            return EndInvoke<CreateKeyPairResponse>(asyncResult);
        }
AmazonLightsailClient