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

EndCopyDBParameterGroup() 공개 메소드

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