Amazon.KeyManagementService.AmazonKeyManagementServiceClient.EndListRetirableGrants C# (CSharp) 메소드

EndListRetirableGrants() 공개 메소드

Finishes the asynchronous execution of the ListRetirableGrants operation.
public EndListRetirableGrants ( IAsyncResult asyncResult ) : ListRetirableGrantsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListRetirableGrants.
리턴 ListRetirableGrantsResponse
        public  ListRetirableGrantsResponse EndListRetirableGrants(IAsyncResult asyncResult)
        {
            return EndInvoke<ListRetirableGrantsResponse>(asyncResult);
        }
AmazonKeyManagementServiceClient