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

EndDeleteKeyPair() public method

Finishes the asynchronous execution of the DeleteKeyPair operation.
public EndDeleteKeyPair ( IAsyncResult asyncResult ) : DeleteKeyPairResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteKeyPair.
return Amazon.Lightsail.Model.DeleteKeyPairResponse
        public  DeleteKeyPairResponse EndDeleteKeyPair(IAsyncResult asyncResult)
        {
            return EndInvoke<DeleteKeyPairResponse>(asyncResult);
        }
AmazonLightsailClient