RESCHEDULE_MESSAGE_RESULT
NSSOAP Classes
A RESCHEDULE_MESSAGE_RESULT object is returned from a call to
reschedule_message
.
class RESCHEDULE_MESSAGE_RESULT {
STATUS_NUM
status_num;
// Status code
string
status_string;
// Status string
uint
extended_error;
// Error code if status_num equals ExtendedError
}
Members:
status_num
Contains a value from the
STATUS_NUM
enumeration.
status_string
Contains a status string.
extended_error
Contains an extended error code, if status_num equals ExtendedError.
See Also:
reschedule_message