Namespace: OpenEdge.DataAdmin.Message
Class
SaveRequest
Parent classes:
Inherits: DataAdminMessage
Implements: ISaveRequest

File:SaveRequest
Author(s):hdaniels
Created:Thu Sep 30 2010
/*
constructor public SaveRequest (h as handle ):
super (h).
end constructor.
constructor public SaveRequest (h as handle, pcurl as char ):
super (h,pcurl).
end constructor.
constructor public SaveRequest (ctnxtid as char,h as handle, pcurl as char ):
super (ctnxtid,h,pcurl).
end constructor.



Constructor Summary
Options Name Purpose
SaveRequest (character, character, handle) /* constructor public SaveRequest (h as handle ): super (h). end constructor. constructor public SaveRequest (h as handle, pcurl as char ): super (h,pcurl). end constructor. constructor public SaveRequest (ctnxtid as char,h as handle, pcurl as char ): super (ctnxtid,h,pcurl). end constructor. */


Constructor Detail
Top

SaveRequest (character, character, handle)

/*
constructor public SaveRequest (h as handle ):
super (h).
end constructor.
constructor public SaveRequest (h as handle, pcurl as char ):
super (h,pcurl).
end constructor.
constructor public SaveRequest (ctnxtid as char,h as handle, pcurl as char ):
super (ctnxtid,h,pcurl).
end constructor.
Parameters:
name CHARACTER
ctnxtid CHARACTER
h HANDLE


Copyright © 2022 Progress Software Corporation. All rights Reserved.

Progress® OpenEdge® Release 11.7.15