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

EndDescribeConditionalForwarders() public method

Finishes the asynchronous execution of the DescribeConditionalForwarders operation.
public EndDescribeConditionalForwarders ( IAsyncResult asyncResult ) : DescribeConditionalForwardersResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeConditionalForwarders.
return Amazon.DirectoryService.Model.DescribeConditionalForwardersResponse
        public  DescribeConditionalForwardersResponse EndDescribeConditionalForwarders(IAsyncResult asyncResult)
        {
            return EndInvoke<DescribeConditionalForwardersResponse>(asyncResult);
        }
AmazonDirectoryServiceClient