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

EndCopyOptionGroup() public method

Finishes the asynchronous execution of the CopyOptionGroup operation.
public EndCopyOptionGroup ( IAsyncResult asyncResult ) : CopyOptionGroupResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCopyOptionGroup.
return CopyOptionGroupResponse
        public  CopyOptionGroupResponse EndCopyOptionGroup(IAsyncResult asyncResult)
        {
            return EndInvoke<CopyOptionGroupResponse>(asyncResult);
        }
AmazonRDSClient