Amazon.CloudTrail.AmazonCloudTrailClient.EndListPublicKeys C# (CSharp) Method

EndListPublicKeys() public method

Finishes the asynchronous execution of the ListPublicKeys operation.
public EndListPublicKeys ( IAsyncResult asyncResult ) : ListPublicKeysResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListPublicKeys.
return Amazon.CloudTrail.Model.ListPublicKeysResponse
        public  ListPublicKeysResponse EndListPublicKeys(IAsyncResult asyncResult)
        {
            return EndInvoke<ListPublicKeysResponse>(asyncResult);
        }