Amazon.KeyManagementService.AmazonKeyManagementServiceClient.EndListGrants C# (CSharp) Method

EndListGrants() public method

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