Amazon.DirectoryService.AmazonDirectoryServiceClient.EndDescribeTrusts C# (CSharp) Method

EndDescribeTrusts() public method

Finishes the asynchronous execution of the DescribeTrusts operation.
public EndDescribeTrusts ( IAsyncResult asyncResult ) : DescribeTrustsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeTrusts.
return Amazon.DirectoryService.Model.DescribeTrustsResponse
        public  DescribeTrustsResponse EndDescribeTrusts(IAsyncResult asyncResult)
        {
            return EndInvoke<DescribeTrustsResponse>(asyncResult);
        }
AmazonDirectoryServiceClient