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

EndListGrants() public méthode

Finishes the asynchronous execution of the ListGrants operation.
public EndListGrants ( IAsyncResult asyncResult ) : ListGrantsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListGrants.
Résultat ListGrantsResponse
        public  ListGrantsResponse EndListGrants(IAsyncResult asyncResult)
        {
            return EndInvoke<ListGrantsResponse>(asyncResult);
        }
AmazonKeyManagementServiceClient