Amazon.CloudTrail.AmazonCloudTrailClient.EndListPublicKeys C# (CSharp) Méthode

EndListPublicKeys() public méthode

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