Amazon.KeyManagementService.AmazonKeyManagementServiceClient.EndListKeys C# (CSharp) Méthode

EndListKeys() public méthode

Finishes the asynchronous execution of the ListKeys operation.
public EndListKeys ( IAsyncResult asyncResult ) : ListKeysResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListKeys.
Résultat ListKeysResponse
        public  ListKeysResponse EndListKeys(IAsyncResult asyncResult)
        {
            return EndInvoke<ListKeysResponse>(asyncResult);
        }
AmazonKeyManagementServiceClient