Amazon.CloudTrail.AmazonCloudTrailClient.EndListPublicKeys C# (CSharp) Метод

EndListPublicKeys() публичный Метод

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