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

EndCopyDBClusterParameterGroup() 공개 메소드

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