Amazon.RDS.AmazonRDSClient.EndDescribeOptionGroups C# (CSharp) Method

EndDescribeOptionGroups() public method

Finishes the asynchronous execution of the DescribeOptionGroups operation.
public EndDescribeOptionGroups ( IAsyncResult asyncResult ) : DescribeOptionGroupsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeOptionGroups.
return DescribeOptionGroupsResponse
        public  DescribeOptionGroupsResponse EndDescribeOptionGroups(IAsyncResult asyncResult)
        {
            return EndInvoke<DescribeOptionGroupsResponse>(asyncResult);
        }
AmazonRDSClient