Amazon.RDS.AmazonRDSClient.EndDescribeOptionGroupOptions C# (CSharp) 메소드

EndDescribeOptionGroupOptions() 공개 메소드

Finishes the asynchronous execution of the DescribeOptionGroupOptions operation.
public EndDescribeOptionGroupOptions ( IAsyncResult asyncResult ) : DescribeOptionGroupOptionsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeOptionGroupOptions.
리턴 DescribeOptionGroupOptionsResponse
        public  DescribeOptionGroupOptionsResponse EndDescribeOptionGroupOptions(IAsyncResult asyncResult)
        {
            return EndInvoke<DescribeOptionGroupOptionsResponse>(asyncResult);
        }
AmazonRDSClient