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

EndCopyDBClusterParameterGroup() public method

Finishes the asynchronous execution of the CopyDBClusterParameterGroup operation.
public EndCopyDBClusterParameterGroup ( IAsyncResult asyncResult ) : CopyDBClusterParameterGroupResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCopyDBClusterParameterGroup.
return CopyDBClusterParameterGroupResponse
        public  CopyDBClusterParameterGroupResponse EndCopyDBClusterParameterGroup(IAsyncResult asyncResult)
        {
            return EndInvoke<CopyDBClusterParameterGroupResponse>(asyncResult);
        }
AmazonRDSClient