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

EndCopyDBParameterGroup() public method

Finishes the asynchronous execution of the CopyDBParameterGroup operation.
public EndCopyDBParameterGroup ( IAsyncResult asyncResult ) : CopyDBParameterGroupResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCopyDBParameterGroup.
return CopyDBParameterGroupResponse
        public  CopyDBParameterGroupResponse EndCopyDBParameterGroup(IAsyncResult asyncResult)
        {
            return EndInvoke<CopyDBParameterGroupResponse>(asyncResult);
        }
AmazonRDSClient