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

EndDeleteDBParameterGroup() 공개 메소드

Finishes the asynchronous execution of the DeleteDBParameterGroup operation.
public EndDeleteDBParameterGroup ( IAsyncResult asyncResult ) : DeleteDBParameterGroupResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteDBParameterGroup.
리턴 DeleteDBParameterGroupResponse
        public  DeleteDBParameterGroupResponse EndDeleteDBParameterGroup(IAsyncResult asyncResult)
        {
            return EndInvoke<DeleteDBParameterGroupResponse>(asyncResult);
        }
AmazonRDSClient