Amazon.EC2.AmazonEC2Client.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 DeleteKeyPairResponse
        public  DeleteKeyPairResponse EndDeleteKeyPair(IAsyncResult asyncResult)
        {
            return EndInvoke<DeleteKeyPairResponse>(asyncResult);
        }
AmazonEC2Client